go back to manual
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 28s
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 28s
This commit is contained in:
parent
e4e3747f6b
commit
e8f76ffaca
1 changed files with 5 additions and 5 deletions
|
|
@ -19,9 +19,9 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: bun run build
|
||||
|
||||
|
||||
- name: Deploy
|
||||
uses: https://github.com/cloudflare/wrangler-action@v3
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
packageManager: bun
|
||||
run: bunx wrangler deploy
|
||||
env:
|
||||
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