From 5ee18f9b75f8fbac0fd1c26364659b0ec4058c70 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 26 May 2026 10:18:37 -0400 Subject: [PATCH] ci: fix --- infra/stage.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infra/stage.ts b/infra/stage.ts index 5dc17fc85a..e7b7aa0244 100644 --- a/infra/stage.ts +++ b/infra/stage.ts @@ -7,7 +7,9 @@ export const domain = (() => { export const zoneID = "430ba34c138cfb5360826c4909f99be8" // Dev owns the shared AWS lake/stats infra for all non-production stages. export const awsStage = $app.stage === "production" ? "production" : "dev" -export const deployAws = $app.stage === awsStage +// TODO temporarily disable AWS infra deployment +export const deployAws = false +//export const deployAws = $app.stage === awsStage new cloudflare.RegionalHostname("RegionalHostname", { hostname: domain,