This commit is contained in:
parent
3c59972d93
commit
3ca3d118b4
1 changed files with 4 additions and 2 deletions
|
|
@ -22,8 +22,10 @@ jobs:
|
|||
|
||||
- name: Deploy to Cloudflare Workers
|
||||
timeout-minutes: 10
|
||||
run: bunx wrangler deploy --config wrangler.json 2>&1
|
||||
run: |
|
||||
ls -la
|
||||
pwd
|
||||
bunx wrangler deploy --config wrangler.json 2>&1
|
||||
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