Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cloudflare/wrangler-action action to v3.12.1
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 6, 2024
1 parent fa2ca45 commit a26d812
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
run: bun install

- name: Deploy production
uses: cloudflare/wrangler-action@v3.4.1
uses: cloudflare/wrangler-action@v3.12.1
with:
command: deploy --env production
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
run: bun install

- name: Deploy staging
uses: cloudflare/wrangler-action@v3.4.1
uses: cloudflare/wrangler-action@v3.12.1
with:
command: deploy --env staging
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 comments on commit a26d812

Please sign in to comment.