Going with the Flow for CI/CD

Heroku Flow with Gitflow

Tyler Hawkins
Level Up Coding
Published in
8 min readMay 9, 2024

--

Heroku Flow demo app
Heroku Flow demo app

In the previous article in this series, we looked at how we could automate deploys to Heroku using Heroku Flow for our CI/CD. That setup had two Heroku apps for staging and production, but only used a single main branch. The staging app was automatically deployed when you committed to the main branch, and the production app was manually deployed by clicking the “Promote…

--

--