Skip to content

Commit

Permalink
ci: 👷 adding site flag
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmontes9 committed Dec 31, 2024
1 parent e258197 commit bd2f04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_PROJECT_NAME: ${{ secrets.CLOUDFLARE_PROJECT_NAME }}
run: |
npx wrangler deploy ./src --name $CLOUDFLARE_PROJECT_NAME
npx wrangler deploy --site ./src --name $CLOUDFLARE_PROJECT_NAME

0 comments on commit bd2f04a

Please sign in to comment.