Bitbucket

Configuring continuous deployment of a hugo static site from Bitbucket onto Azure Web App with separate dev and production instances

If you don’t know already, this blog (and the whole KhoslaTech.com website) is built using awesome static site generation tool Hugo. After working out the initial version of the site, we have set up following workflow within the team to make any change (generally) to the site (including a new blog post): The source code is hosted on Bitbucket private repository with two main branches Master and Development. Any change requires the developer to create a new branch off Development, make the change, get it peer-reviewed and merged into Development.

Continue reading