diff options
| author | Dax Raad <[email protected]> | 2025-09-27 01:51:54 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-27 01:51:54 -0400 |
| commit | eadc2a8535e5c105ff0788eb2a74ecc429b8d69a (patch) | |
| tree | ab04aee309b420a7bbe3e20b50c8f1c54cce78c7 | |
| parent | 00a5ec5bd238ce7a00435daa4ce187375ac0c5c1 (diff) | |
| download | opencode-eadc2a8535e5c105ff0788eb2a74ecc429b8d69a.tar.gz opencode-eadc2a8535e5c105ff0788eb2a74ecc429b8d69a.zip | |
ci: give up
| -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 729422905..7ec91e9ac 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, +// }) |
