Skip to content

Commit

Permalink
Add cloudfront distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Feb 19, 2024
1 parent 5595bbd commit ef545a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-frontend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
parameter-overrides: >-
EnvName=dev,
ZipFileName=canopas_website_SSR_dev_${{ github.sha }}-${{ github.run_attempt }}.zip,
OriginAccessControlId=${{ secrets.ORIGIN_ACCESS_CONTROL_ID_DEV }},
OriginAccessIdentity=${{ secrets.ORIGIN_ACCESS_IDENTITY_DEV }}
OriginAccessControlId=${{ secrets.ORIGIN_ACCESS_CONTROL_ID }},
OriginAccessIdentity=${{ secrets.ORIGIN_ACCESS_IDENTITY }}
2 changes: 1 addition & 1 deletion infrastructure/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Resources:
- TLSv1.2
- DomainName: canopas-website-ssr-dev.s3.amazonaws.com
Id: StaticS3
S3Origin:
S3OriginConfig:
OriginAccessIdentity: ${OriginAccessIdentity}
OriginAccessControlId: ${OriginAccessControlId}
CustomOriginConfig:
Expand Down

0 comments on commit ef545a5

Please sign in to comment.