feat : add chesskit domain

This commit is contained in:
GuillaumeSD
2025-04-17 05:24:02 +02:00
parent ef72b600aa
commit 1e568cb6ea
3 changed files with 32 additions and 3 deletions

View File

@@ -4,5 +4,6 @@ import { AppStack } from "./app-stack";
const app = new cdk.App();
new AppStack(app, "FreechessWebapp", {
env: { region: "eu-west-3" },
env: { region: "eu-west-3", account: process.env.CDK_DEFAULT_ACCOUNT },
domainName: "chesskit.org",
});