aws-s3

Using Bitbucket Pipelines to Publish to AWS S3

I have been wanting to do continuous integration and deployment (CI/CD) for my blog ever since Bitbucket introduced pipelines. But I never really got around to doing it until now. Previously, I would generate the whole blog and push it to my AWS S3 bucket manually. There are quite a number of steps that I have to go through just to publish so having this finally automated every time I push my changes to the repo is a welcome reprieve.