Skip to content

Commit

Permalink
Update cms-stack.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
54nd10 committed Jan 9, 2024
1 parent 334b54c commit 3c6a68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructures/cms/lib/cms-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class CmsStack extends Stack {

new Strapi(this, 'Strapi', {
appName: '56kcloud-cms',
domainName: 'cms-aws.56k.cloud',
// domainName: 'cms-aws.56k.cloud',
zipPath: `${__dirname}/../../../strapi.zip`,
environment: 'prod',
certificateValidation: CertificateValidation.fromDns()
Expand Down

0 comments on commit 3c6a68d

Please sign in to comment.