chore: configure Cloudflare Workers deployment
- Enable workers_dev deploy to edge-proxy-relay.workers.dev - Set account_id in wrangler.toml - Configure CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID as GitHub Actions secrets via gh CLI (from .env) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
7a4df35371
commit
2ac23f199d
+3
-4
@@ -3,10 +3,9 @@ main = "src/worker.ts"
|
||||
compatibility_date = "2025-12-01"
|
||||
compatibility_flags = ["nodejs_compat"]
|
||||
|
||||
# ── Cloudflare account (fill in your Account ID) ─────────────────────────────
|
||||
# Find it in the Cloudflare Dashboard → Workers & Pages → right sidebar
|
||||
# account_id = ""
|
||||
# workers_dev = true
|
||||
# ── Cloudflare account ────────────────────────────────────────────
|
||||
account_id = "2bfa421c4f4a11cc11d684a3d14327db"
|
||||
workers_dev = true
|
||||
|
||||
# ── Environment Variables ───────────────────────────────────────────────────
|
||||
# [vars]
|
||||
|
||||
Reference in New Issue
Block a user