diff options
| author | Dax Raad <[email protected]> | 2025-10-03 19:05:32 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-03 19:05:32 -0400 |
| commit | 477586835a3c2441169f0cd45da4cedd0771a34b (patch) | |
| tree | 783642d4762c534584014a59569e7482a90fae9e | |
| parent | 085f4adbc31f9d8de0e7e251cf9707672d17a7c7 (diff) | |
| download | opencode-477586835a3c2441169f0cd45da4cedd0771a34b.tar.gz opencode-477586835a3c2441169f0cd45da4cedd0771a34b.zip | |
ci: try regional hostname again
| -rw-r--r-- | infra/stage.ts | 10 |
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, +}) |
