☁️ Hosting GOV.UK prototypes

Whenever I have used the GOV.UK Prototype Kit to build a prototype I have always hosted it on Heroku. The main reason for doing this was because it was just so easy (I wrote a post about just how easy it was many years ago), it was also the default approach - until recently. ...

<span title='2022-09-29 00:00:00 +0000 UTC'>29 September 2022</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;Steve Hunt

〰️ How to setup a simple Heroku pipeline

Pipelines in Heroku are pretty awesome. This is how I went about setting up a Node.js app to have automated deployments for all pull requests, an automated deployment to the staging environment and a manual stage for promoting to the production environment. Pretty much a bread and butter pipeline. (This is an image heavy post) ...

<span title='2016-02-03 00:00:00 +0000 UTC'>03 February 2016</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Steve Hunt