Skip to content

Commit

Permalink
fix custom deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
pabueco committed Jan 29, 2024
1 parent 9b2a9c7 commit e12b4fd
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 @@ -15,4 +15,4 @@ jobs:
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: wrangler deploy --keep-vars
command: deploy --keep-vars

0 comments on commit e12b4fd

Please sign in to comment.