We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f5425 commit bf44fa3Copy full SHA for bf44fa3
1 file changed
.github/workflows/deploy-storybook.yml
@@ -50,15 +50,15 @@ jobs:
50
- name: Deploy to Cloudflare Workers (Staging)
51
id: deploy_staging
52
if: github.event_name == 'pull_request'
53
- uses: cloudflare/wrangler-action@v3
+ uses: cloudflare/wrangler-action@v4
54
with:
55
apiToken: ${{ secrets.CLOUDFLARE_DEPLOY_TOKEN }}
56
command: deploy --env staging
57
workingDirectory: unraid-ui
58
59
- name: Deploy to Cloudflare Workers (Production)
60
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
61
62
63
64
command: deploy
0 commit comments