Skip to content

Commit

Permalink
add additional prefix developer
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 committed Sep 30, 2024
1 parent 080b334 commit 7b176f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1893,6 +1893,7 @@ const amplifyAppInfo = coreInfraStack
cloudflareDomain: CLOUDFLARE_DOMAIN,
cloudflareZoneId: CLOUDFLARE_ZONE_ID,
prefix: prefix,
additional_prefix: `developer`,
branchName: passportBranches[stack],
environmentVariables: passportXyzAppEnvironment,
tags: { Name: `${prefix}.${domainName}` },
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.1.0"
"infra-libs": "passportxyz/infra-libs#semver:^1.2.0"
}
}
4 changes: 2 additions & 2 deletions infra/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1673,9 +1673,9 @@ inflight@^1.0.4:
once "^1.3.0"
wrappy "1"

"infra-libs@passportxyz/infra-libs#semver:^1.1.0":
"infra-libs@passportxyz/infra-libs#semver:^1.2.0":
version "1.0.0"
resolved "https://codeload.github.com/passportxyz/infra-libs/tar.gz/1de32e835e9ebb47bb35db71e3ca66d49915f1ed"
resolved "https://codeload.github.com/passportxyz/infra-libs/tar.gz/bac618a030f32b68638345d118686cea4b5db977"
dependencies:
"@1password/op-js" "^0.1.13"
"@pulumi/aws" "^6.45.0"
Expand Down

0 comments on commit 7b176f5

Please sign in to comment.