Heroku Review Apps
Objective
The Review Apps Heroku Pipeline would allow one not to have to use the Heroku remote to push to the staging server on Heroku. Overall, this should allow one to increase workload capacity since the Review Apps Pipeline could cut out the learning curve of deploying to Heroku via the Heroku remote through the CLI.
Heroku deploys the HEAD commit of the branch that the associated Pull Request is created on. When the branch is updated Heroku redeploys to the connected repo on the Review Apps Pipeline with your latest commit.
In summary, this guide will help you have a better understanding of what Review Apps on Heroku does and how to set it up for your GitHub repo.
Technologies Discussed
Heroku
Review Apps Pipeline
Setting Up Review Apps Steps
1.Create a Pipeline by going to your Heroku dashboard, going to new
, clicking the dropdown, and clicking on create new Pipeline

2.Make sure to add the repo you want to connect the Review Apps Pipeline to

3.Once on the Pipeline Dashboard click Enable Review Apps

4.Then config Reviews Apps with your preferred settings
Automatically create review apps for new PRs
Destroy stale review apps automatically
- set to preferred time frame

References
For more information about setting up Review Apps on Heroku click here
Last updated
Was this helpful?