Git push to Bitbucket and your Hugo site is live (using Wercker)

Blog post that shows how to publish your Hugo site to Bitbucket using the Aerobatic add-on and Wercker. You can either push your /public folder and Aerobatic will host that, or you can use Wercker to build and push your static assets to an orphan branch linked to Aerobatic.

http://www.aerobatic.com/blog/hugo-continuous-integration-with-wercker-aerobatic-and-bitbucket.html

1 Like

Nice writeup. I use a similar process except with GitHub and CircleCI, as mentioned here:

I’ve yet to write up an article on it though.