debug logs and gitignore
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 47s

This commit is contained in:
Satria 2026-03-19 21:42:03 +07:00
commit 7834d1f4b5
2 changed files with 5 additions and 1 deletions

View file

@ -25,7 +25,8 @@ jobs:
run: ls -la .svelte-kit/cloudflare/ || echo "BUILD OUTPUT MISSING"
- name: Deploy to Cloudflare Workers
run: bunx wrangler deploy
run: bunx wrangler deploy
env:
WRANGLER_LOG: "debug"
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}