fix: stuck sst deployment

This commit is contained in:
vimtor
2026-05-26 17:48:27 +02:00
parent 1bf2b298e9
commit 541a25c2a1
4 changed files with 42 additions and 22 deletions
+2 -2
View File
@@ -7,9 +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"
// TODO temporarily disable AWS infra deployment
export const prepareAwsDestroy = $app.stage === "production" || $app.stage === "dev"
// Temporarily omit AWS infra so SST removes the lake/stats resources.
export const deployAws = false
//export const deployAws = $app.stage === awsStage
new cloudflare.RegionalHostname("RegionalHostname", {
hostname: domain,