use cloudflare wrangler action
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Failing after 4s
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Failing after 4s
This commit is contained in:
parent
110bd02abb
commit
b3098ec32a
1 changed files with 5 additions and 6 deletions
|
|
@ -20,9 +20,8 @@ jobs:
|
|||
- name: Build
|
||||
run: bun run build
|
||||
|
||||
- name: Deploy to Cloudflare Workers
|
||||
run: bunx wrangler deploy
|
||||
env:
|
||||
CI: true
|
||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
- name: Deploy
|
||||
uses: cloudflare/wrangler-action@v3
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
packageManager: bun
|
||||
Loading…
Add table
Add a link
Reference in a new issue