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: {
|
aws: {
|
||||||
version: "7.30.0",
|
version: "7.30.0",
|
||||||
region: "us-east-1",
|
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: {
|
stripe: {
|
||||||
version: "0.0.28",
|
version: "0.0.28",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue