Skip to content

Commit e66a0a5

Browse files
committed
fix app names
1 parent f0712d8 commit e66a0a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
5555
packageManager: pnpm
5656
workingDirectory: ./app
57-
command: pages deploy dist --project-name=alef-app
57+
command: pages deploy dist --project-name=app
5858
- name: Deploy Admin App
5959
uses: cloudflare/wrangler-action@v3
6060
with:
6161
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
6262
packageManager: pnpm
6363
workingDirectory: ./admin
64-
command: pages deploy dist --project-name=alef-admin
64+
command: pages deploy dist --project-name=admin

0 commit comments

Comments
 (0)