Add CF distribution id for Corso website (#1316)

## Description

This allows us to automate website publishing

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 💻 CI/Deployment
This commit is contained in:
Niraj Tolia 2022-10-24 18:15:03 -07:00 committed by GitHub
parent 6aee73b85d
commit 00103d9531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,4 +22,4 @@ publish: build
sync:
aws s3 sync /usr/src/website/dist/ s3://corsobackup.io/ --exclude ".git/*" --delete
aws cloudfront create-invalidation --distribution-id XXXXX --paths "/*"
aws cloudfront create-invalidation --distribution-id E1W9NGI9YTVZ1A --paths "/*"