remvoe flag and add ci flag
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 27s
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 27s
This commit is contained in:
parent
e02c13615b
commit
3dac4ff120
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ jobs:
|
|||
run: bun run build
|
||||
|
||||
- name: Deploy to Cloudflare Workers
|
||||
run: bunx wrangler deploy --verbose
|
||||
run: bunx wrangler deploy
|
||||
env:
|
||||
CI: true
|
||||
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