Skip to content

Commit

Permalink
ci: update command to push
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Chowdhary committed Jan 17, 2025
1 parent 8aa2dfd commit e6e16f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
mkdir -p ~/.wrangler/config/
echo "api_token=\"${CF_API_TOKEN}\"" > ~/.wrangler/config/default.toml
yarn wrangler publish --env production --verbose
DEBUG=* yarn wrangler publish --env production --verbose
env:
SECRETS_ENC_KEY: ${{ secrets.SECRETS_ENC_KEY }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
Expand Down

0 comments on commit e6e16f5

Please sign in to comment.