2021/07/how-to-automate-aws-cloudfront-distribution-folder-changes-when-deploying-a-static-web-site/ #744
Replies: 1 comment
-
Thank you, you saved me hours of work. Here is an AzureDevOps pipeline piece if someone else is searching for a way to implement Sean's excellent work, I used $(Build.BuildId) as the folder. variables: awsCredentialsDev: 'dev_deploy-from-azure'
|
Beta Was this translation helpful? Give feedback.
-
2021/07/how-to-automate-aws-cloudfront-distribution-folder-changes-when-deploying-a-static-web-site/
I was working on a project that deployed its UI, an Angular site, to an S3 bucket that was then placed behind CloudFront.
https://seankilleen.com/2021/07/how-to-automate-aws-cloudfront-distribution-folder-changes-when-deploying-a-static-web-site/
Beta Was this translation helpful? Give feedback.
All reactions