Skip to content

Commit

Permalink
add env for bookstack
Browse files Browse the repository at this point in the history
  • Loading branch information
sg committed Jul 18, 2024
1 parent 379b2a8 commit 5b87e8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion infra/bin/infra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ import { App } from 'aws-cdk-lib';

const app = new App();
new BookStack(app, 'InfraStack', {

env: {
account: process.env.AWS_ACCOUNT_ID,
region: process.env.AWS_REGION,
},
});

0 comments on commit 5b87e8c

Please sign in to comment.