Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:

- name: Deploy to Staging
if: github.event_name == 'push'
uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f
uses: cloudflare/wrangler-action@7a5f8bbdfeedcde38e6777a50fe685f89259d4ca
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
command: deploy --env staging

- name: Deploy to Production
if: github.event_name == 'workflow_dispatch'
uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f
uses: cloudflare/wrangler-action@7a5f8bbdfeedcde38e6777a50fe685f89259d4ca
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
command: deploy --env prod
Expand Down
Loading