mirror of
https://github.com/anomalyco/opencode.git
synced 2026-06-01 06:11:30 +00:00
chore: reestablish datalake
This commit is contained in:
parent
5acc368ef4
commit
ad2fc1ce4b
1 changed files with 1 additions and 3 deletions
|
|
@ -5,10 +5,8 @@ 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"
|
||||
// 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue