mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-28 10:40:29 +00:00
ci: fix
This commit is contained in:
parent
26b1d14c16
commit
5ee18f9b75
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue