use cloudflare wrangler action
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Failing after 4s

This commit is contained in:
Satria 2026-03-19 21:13:02 +07:00
commit b3098ec32a

View file

@ -20,9 +20,8 @@ jobs:
- name: Build - name: Build
run: bun run build run: bun run build
- name: Deploy to Cloudflare Workers - name: Deploy
run: bunx wrangler deploy uses: cloudflare/wrangler-action@v3
env: with:
CI: true apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} packageManager: bun
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}