add config flag
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 43s
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 43s
This commit is contained in:
parent
7834d1f4b5
commit
3d0162651c
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
run: ls -la .svelte-kit/cloudflare/ || echo "BUILD OUTPUT MISSING"
|
run: ls -la .svelte-kit/cloudflare/ || echo "BUILD OUTPUT MISSING"
|
||||||
|
|
||||||
- name: Deploy to Cloudflare Workers
|
- name: Deploy to Cloudflare Workers
|
||||||
run: bunx wrangler deploy
|
run: bunx wrangler deploy --config wrangler.jsonc 2>&1
|
||||||
env:
|
env:
|
||||||
WRANGLER_LOG: "debug"
|
WRANGLER_LOG: "debug"
|
||||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue