Skip to content

Commit 707d8ae

Browse files
committed
fix(ci): drop api.tonymenu.app from wrangler-managed routes
The CI's CLOUDFLARE_API_TOKEN is scoped per-zone and doesn't include the new tonymenu.app zone, so wrangler's route reconciliation against it fails with a 10000 auth error. The api.tonymenu.app custom domain is already attached to the worker (created directly via the Cloudflare API with broader credentials), so wrangler doesn't need to manage it here.
1 parent aa0965f commit 707d8ae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/deploy-demo.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
compatibility_date = "2025-04-11"
7272
7373
routes = [
74-
{ pattern = "api.tonymenu.app", custom_domain = true },
7574
{ pattern = "risto-menu-api.andreabaccega.com", custom_domain = true }
7675
]
7776

0 commit comments

Comments
 (0)