remvoe flag and add ci flag
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 27s

This commit is contained in:
Satria 2026-03-19 14:59:17 +07:00
commit 3dac4ff120

View file

@ -21,7 +21,8 @@ jobs:
run: bun run build run: bun run build
- name: Deploy to Cloudflare Workers - name: Deploy to Cloudflare Workers
run: bunx wrangler deploy --verbose run: bunx wrangler deploy
env: env:
CI: true
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}