Skip to content

Commit

Permalink
add anz domain to cloudfront dist
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed Aug 3, 2023
1 parent 0718275 commit f33d368
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/rc-mfa-config/cdk-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const createStack = async () => {

await createMultiRegionSite(stack, {
env,
onlyZone: env === 'prod',
location: join(__dirname, 'build'),
})
}
Expand Down
1 change: 0 additions & 1 deletion packages/rc-service/cdk-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const createStack = async () => {

await createMultiRegionSite(stack, {
env,
onlyZone: env === 'prod',
location: join(__dirname, 'build'),
})
}
Expand Down

0 comments on commit f33d368

Please sign in to comment.