Skip to content

Commit

Permalink
setting pages to deploy to production branch in cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
shibme committed Nov 14, 2024
1 parent 70e8c35 commit 1fe6398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy web/build --project-name=xipher
command: pages deploy web/build --project-name=xipher --branch=production

0 comments on commit 1fe6398

Please sign in to comment.