We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2ca45 commit a26d812Copy full SHA for a26d812
.github/workflows/deploy-production.yml
@@ -22,7 +22,7 @@ jobs:
22
run: bun install
23
24
- name: Deploy production
25
- uses: cloudflare/wrangler-action@v3.4.1
+ uses: cloudflare/wrangler-action@v3.12.1
26
with:
27
command: deploy --env production
28
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
.github/workflows/deploy-staging.yml
@@ -25,7 +25,7 @@ jobs:
- name: Deploy staging
29
30
command: deploy --env staging
31
0 commit comments