Skip to content

Commit

Permalink
chore: upgrade infra-libs and remove uneeded params
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz committed Sep 17, 2024
1 parent 806119d commit 5c316d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1798,9 +1798,6 @@ const passportXyzAppEnvironment = secretsManager
branchName: passportBranches[stack],
environmentVariables: passportXyzAppEnvironment,
tags: { Name: `${prefix}.${domainName}` },
enableBasicAuth: false,
basicAuthUsername: "",
basicAuthPassword: "",
buildCommand: "yarn install && yarn build && yarn next export",
preBuildCommand: "nvm use 20.9.0",
artifactsBaseDirectory: "out",
Expand Down
2 changes: 1 addition & 1 deletion infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@pulumi/awsx": "^1.0.5",
"@pulumi/command": "^0.10.0",
"@pulumi/pulumi": "^3.79.0",
"infra-libs": "passportxyz/infra-libs#semver:^1.0.1"
"infra-libs": "passportxyz/infra-libs#semver:^1.1.0"
}
}

0 comments on commit 5c316d5

Please sign in to comment.