Automate Hugo

Continuously deploy Hugo to S3 with Bitbucket Pipelines

Spend your time doing things that matter, automate everything else. This brief guide will take about 10-15 minutes if you're reasonably familiar with AWS and Bitbucket. At the end of the guide, your Hugo site will automatically build and deploy to S3 after you commit. If you haven't used Bitbucket Pipelines, check it out. It's a continuous deployment service with a pretty reasonable free tier. Thankfully, Pipelines configuration is code-based, which really speeds up our setup process. [Read More]