Skip to content

Commit d640ac6

Browse files
committed
fix: update deployment command in workflow
- Changed the project name in the deployment command from 'asyncstatus' to 'web-app' in the deploy.yaml workflow file to reflect the correct application being deployed.
1 parent b82ccb1 commit d640ac6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3030
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
31-
command: pages deploy dist --project-name=asyncstatus
31+
command: pages deploy dist --project-name=web-app
3232
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
3333
workingDirectory: apps/web-app

0 commit comments

Comments
 (0)