Frank 2 ماه پیش
والد
کامیت
5ee18f9b75
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      infra/stage.ts

+ 3 - 1
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,