From 477586835a3c2441169f0cd45da4cedd0771a34b Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 3 Oct 2025 19:05:32 -0400 Subject: [PATCH] ci: try regional hostname again --- infra/stage.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/stage.ts b/infra/stage.ts index 7ec91e9a..72942290 100644 --- a/infra/stage.ts +++ b/infra/stage.ts @@ -6,8 +6,8 @@ export const domain = (() => { export const zoneID = "430ba34c138cfb5360826c4909f99be8" -// new cloudflare.RegionalHostname("RegionalHostname", { -// hostname: domain, -// regionKey: "us", -// zoneId: zoneID, -// }) +new cloudflare.RegionalHostname("RegionalHostname", { + hostname: domain, + regionKey: "us", + zoneId: zoneID, +})