Skip to content

Commit

Permalink
Merge branch 'ssr'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobytes committed May 6, 2024
2 parents 199dec7 + 72fa44c commit 952f61d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Admin App Deployment
name: Admin Deployment

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Admin App Deployment
name: Website Deployment

on:
push:
Expand Down Expand Up @@ -29,4 +29,4 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
workingDirectory: ./apps/website
command: pages deploy ./dist/store/browser --project-name=nicobytes-store-website
command: pages deploy ./dist/store/cloudflare --project-name=nicobytes-store-website
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav>
<div class="w-full flex flex-wrap items-center justify-between mx-auto py-4">
<div class="flex items-center space-x-8">
<a href="https://flowbite.com/" class="flex items-center">
<a href="https://nicobytes.store/" class="flex items-center">
<img
src="https://flowbite.com/docs/images/logo.svg"
class="h-6 mr-3"
Expand Down

0 comments on commit 952f61d

Please sign in to comment.