Skip to content

Commit

Permalink
feat(envited.ascs.digital): add vars to stack
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Scheeren <[email protected]>
  • Loading branch information
royscheeren committed Feb 1, 2024
1 parent 920c31f commit a0742ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/envited.ascs.digital/stacks/Envited.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export default function Envited({ stack }: StackContext) {
environment: {
RDS_SECRET_ARN: rdsCluster.secret?.secretArn || '',
REGION: process.env.region || 'eu-central-1',
ENV: process.env.ENV!,
NEXTAUTH_URL: process.env.NEXTAUTH_URL!,
NEXTAUTH_SECRET: process.env.NEXTAUTH_SECRET!,
},
})

Expand Down

0 comments on commit a0742ed

Please sign in to comment.