🗺️
Labs Engineering Guide
HomeStandards
  • Labs Engineering Guide
  • Always Read This First!
  • Product
    • Product Roadmap
    • Planning Your Product
      • Jira
      • User Stories & Tasks
      • Daily Standups
  • Coding
    • Git Workflow
    • Git Rebase
    • Linting and Formatting
    • Environment Variables
  • GitHub
    • Github FAQ
    • GitHub Basics
    • Github Actions
    • Github/Jira Integration
  • AWS
    • AWS Basics
    • AWS Networking
    • Amplify
      • Amplify DNS
      • Amplify Deployment
    • Elastic Beanstalk
      • Elastic Beanstalk DNS
  • Heroku
    • Heroku Basics
    • Heroku Node Deployment
    • Heroku Networking
    • Heroku Pipelines
    • Heroku Review Apps
  • Okta
    • Okta Basics
      • Okta Application Setup
Powered by GitBook
On this page
  • Objective
  • Technologies Discussed
  • Setting Up Review Apps Steps
  • References

Was this helpful?

  1. Heroku

Heroku Review Apps

PreviousHeroku PipelinesNextOkta Basics

Last updated 3 years ago

Was this helpful?

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

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

connect repo to pipeline
enable review apps
config pipeline

For more information about setting up Review Apps on Heroku click

here