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 b5e0733 commit 8b96467Copy full SHA for 8b96467
.github/workflows/deploy.yml
@@ -18,14 +18,14 @@ jobs:
18
19
- name: Deploy to Staging
20
if: github.event_name == 'push'
21
- uses: cloudflare/wrangler-action@7a5f8bbdfeedcde38e6777a50fe685f89259d4ca
+ uses: cloudflare/wrangler-action@392082e81ffbcb9ebdde27400634aa004b35ea37
22
with:
23
apiToken: ${{ secrets.CF_API_TOKEN }}
24
command: deploy --env staging
25
26
- name: Deploy to Production
27
if: github.event_name == 'workflow_dispatch'
28
29
30
31
command: deploy --env prod
0 commit comments