First try at pipeline publish
This commit is contained in:
13
aws/index.ts
Normal file
13
aws/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { ForgePortfolioStack } from "./stack.ts";
|
||||
import * as cdk from 'aws-cdk-lib';
|
||||
|
||||
const app = new cdk.App();
|
||||
|
||||
new ForgePortfolioStack(app, 'JaredForgePortfolio', {
|
||||
env: {
|
||||
account: process.env.AWS_ACCOUNT,
|
||||
region: 'us-east-1',
|
||||
},
|
||||
domainName: 'portfolio.kling.dev',
|
||||
hostedZoneId: process.env.AWS_ROUTE53_ZONE
|
||||
});
|
||||
Reference in New Issue
Block a user