summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-10-03 19:05:32 -0400
committerDax Raad <[email protected]>2025-10-03 19:05:32 -0400
commit477586835a3c2441169f0cd45da4cedd0771a34b (patch)
tree783642d4762c534584014a59569e7482a90fae9e /infra
parent085f4adbc31f9d8de0e7e251cf9707672d17a7c7 (diff)
downloadopencode-477586835a3c2441169f0cd45da4cedd0771a34b.tar.gz
opencode-477586835a3c2441169f0cd45da4cedd0771a34b.zip
ci: try regional hostname again
Diffstat (limited to 'infra')
-rw-r--r--infra/stage.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/infra/stage.ts b/infra/stage.ts
index 7ec91e9ac..729422905 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,
+})