add back debugging
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Failing after 39s
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Failing after 39s
This commit is contained in:
parent
bc85bc7bd0
commit
3c59972d93
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ jobs:
|
|||
|
||||
- name: Deploy to Cloudflare Workers
|
||||
timeout-minutes: 10
|
||||
run: bunx wrangler deploy --config wrangler.jsonc
|
||||
run: bunx wrangler deploy --config wrangler.json 2>&1
|
||||
env:
|
||||
WRANGLER_LOG: "debug"
|
||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue