'I'm trying to figure out how to host a Jekyll static web pipeline on AWS with S3
I've already gotten it to work on GitHub pages, but I'm trying to practice my AWS CI/CD. I was successfully able to follow the steps https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials-s3deploy.html but S3 is not looking at the "_Sites" folder where the html/css is built for a Jekyll static site. Is there a way to "point" S3 at the right folder?
I know it's possible to manually upload the "_Sites" folder to the s3 bucket. But I'm trying to create a CI/CD pipeline where if something changes in CodeCommit, it would immediately build the change to S3 through CodePipeline.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
