Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: #7350 fixes rc app dns
Browse files Browse the repository at this point in the history
willmcvay committed May 3, 2023
1 parent 127e1bf commit 70c91b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reapit-connect/cdk-stack.ts
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ const createStack = async () => {
const accountId = await getAccountId()
const stack = createBaseStack({
namespace: 'cloud',
appName: 'insights',
appName: 'reapit-connect',
component: 'site',
accountId,
region: 'eu-west-2',

0 comments on commit 70c91b7

Please sign in to comment.