Skip to content

Commit 4775868

Browse files
committed
ci: try regional hostname again
1 parent 085f4ad commit 4775868

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

infra/stage.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export const domain = (() => {
66

77
export const zoneID = "430ba34c138cfb5360826c4909f99be8"
88

9-
// new cloudflare.RegionalHostname("RegionalHostname", {
10-
// hostname: domain,
11-
// regionKey: "us",
12-
// zoneId: zoneID,
13-
// })
9+
new cloudflare.RegionalHostname("RegionalHostname", {
10+
hostname: domain,
11+
regionKey: "us",
12+
zoneId: zoneID,
13+
})

0 commit comments

Comments
 (0)