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 f9c526d commit 37a0eb2Copy full SHA for 37a0eb2
.github/workflows/deploy.yml
@@ -17,14 +17,14 @@ jobs:
17
18
- name: Deploy to Staging
19
if: github.event_name == 'push'
20
- uses: cloudflare/wrangler-action@09fc6b504568cf179b085df24393f237fea6c7f6
+ uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f
21
with:
22
apiToken: ${{ secrets.CF_API_TOKEN }}
23
command: deploy --env staging
24
25
- name: Deploy to Production
26
if: github.event_name == 'workflow_dispatch'
27
28
29
30
command: deploy --env prod
0 commit comments