My site is now deployed with AWS CI/CD

This is a test post of my new deployment. I have implemented AWS CodeCommit for storing the site files and to utilize source control. CodeBuild to build out the Hugo files and publishing to S3. Then having CodePipeline to trigger the build, when it detects a change from CodeCommit. Update 1: After messing around with the buuildspec.yml file, I was able to get CodeBuild and CodePipeline to complete a build successfully. [Read More]
AWS  DevOps 

What Does DevOps Mean

Ask different people and you will get a different answer. For me it’s a cultural philosophy. It’s working along with the development and operations teams with a shared goal in mind. That goal being to deliver a faster and more reliable product/features to customers. This is achieved with automation and tooling.

DevOps