Skip to content

Commit

Permalink
add debug deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhouweling committed Nov 5, 2024
1 parent 885fa55 commit 030de46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
wranglerVersion: 3.84.1
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
environment: ${{ github.event.workflow_run.head_branch == 'main' && 'production' || 'staging' }}
Expand Down

0 comments on commit 030de46

Please sign in to comment.