Skip to content

Commit

Permalink
keep vars when deploying with wrangler
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Nov 28, 2023
1 parent 53361dd commit f4e2352
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 @@ -59,4 +59,4 @@ jobs:
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
run: wrangler deploy
run: wrangler deploy --keep-vars

0 comments on commit f4e2352

Please sign in to comment.