mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 03:58:29 +00:00
chore: generate
This commit is contained in:
parent
541a25c2a1
commit
922903e410
1 changed files with 5 additions and 1 deletions
|
|
@ -14,7 +14,11 @@ export default $config({
|
|||
aws: {
|
||||
version: "7.30.0",
|
||||
region: "us-east-1",
|
||||
profile: process.env.GITHUB_ACTIONS ? undefined : input.stage === "production" ? "opencode-production" : "opencode-dev",
|
||||
profile: process.env.GITHUB_ACTIONS
|
||||
? undefined
|
||||
: input.stage === "production"
|
||||
? "opencode-production"
|
||||
: "opencode-dev",
|
||||
},
|
||||
stripe: {
|
||||
version: "0.0.28",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue