debug logs and gitignore
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 47s
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 47s
This commit is contained in:
parent
d973d3c056
commit
7834d1f4b5
2 changed files with 5 additions and 1 deletions
|
|
@ -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 }}
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -19,3 +19,6 @@ Thumbs.db
|
|||
# Vite
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
|
||||
# Wrangler
|
||||
.wrangler
|
||||
Loading…
Add table
Add a link
Reference in a new issue