debug step
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 1m15s
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 1m15s
This commit is contained in:
parent
e8f76ffaca
commit
d973d3c056
1 changed files with 5 additions and 1 deletions
|
|
@ -20,7 +20,11 @@ jobs:
|
|||
- name: Build
|
||||
run: bun run build
|
||||
|
||||
- name: Deploy
|
||||
# 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
|
||||
env:
|
||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue