Skip to content

Commit

Permalink
fix: deploy to production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Dec 22, 2024
1 parent 8a1c3ba commit 4bd33ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: "deploy"
command: "deploy --env production"
environment: "production"
wranglerVersion: ${{ env.WRANGLER_VERSION }}

0 comments on commit 4bd33ef

Please sign in to comment.