increase timeout and remove debugging
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 30s
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 30s
This commit is contained in:
parent
3d0162651c
commit
bc85bc7bd0
1 changed files with 2 additions and 6 deletions
|
|
@ -20,13 +20,9 @@ jobs:
|
|||
- name: Build
|
||||
run: bun run build
|
||||
|
||||
# debug step
|
||||
- name: Check build output
|
||||
run: ls -la .svelte-kit/cloudflare/ || echo "BUILD OUTPUT MISSING"
|
||||
|
||||
- name: Deploy to Cloudflare Workers
|
||||
run: bunx wrangler deploy --config wrangler.jsonc 2>&1
|
||||
timeout-minutes: 10
|
||||
run: bunx wrangler deploy --config wrangler.jsonc
|
||||
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