Skip to content

Commit

Permalink
chore: remove uneeded vars and correct infra libs version
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz committed Sep 17, 2024
1 parent fd0ba48 commit af156e6
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 @@ -53,9 +53,6 @@ const amplifyAppInfo = coreInfraStack.getOutput("newPassportDomain").apply((doma
branchName: passportBranches[stack],
environmentVariables: passportXyzAppEnvironment,
tags: { ...defaultTags, Name: `${prefix}.${domainName}` },
enableBasicAuth: false,
basicAuthUsername: "",
basicAuthPassword: "",
buildCommand: "yarn build",
preBuildCommand: "yarn install",
artifactsBaseDirectory: ".next",
Expand Down
2 changes: 1 addition & 1 deletion infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@pulumi/awsx": "^2.0.2",
"@pulumi/cloudflare": "^5.35.0",
"@pulumi/pulumi": "^3.113.0",
"infra-libs": "passportxyz/infra-libs#semver:^1.0.1"
"infra-libs": "passportxyz/infra-libs#semver:^1.1.0"
}
}

0 comments on commit af156e6

Please sign in to comment.