Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to setup a development stage in my heroku pipeline

Tags:

heroku

A default heroku pipeline has the stages review-->staging-->production with review being optional. There is a way to add a development stage - but I can't find how to do this anywhere.

Is there a way to do this through a config file in the repo, or CLI, or the web GUI?

like image 903
eran Avatar asked May 07 '18 08:05

eran


People also ask

How do you make a pipeline Heroku?

Create pipeline.Navigate to your Heroku Dashboard, https://dashboard.heroku.com/. Click the development DreamHouse app listed in the Heroku apps, that is, dhdev-UNIQUE_ID . Select the option More and Add to Pipeline. In the Add this app to a pipeline section, click Choose a pipeline and select Create new pipeline.

What is a staging pipeline?

The “staging” pipeline performs linting and security scans in the source code before creating the docker image. The “production” pipeline is running integration tests after the creation of the Docker image.


1 Answers

Found it...

Create an app in the staging stage, after you create it, the menu on the app has the option move to development, and then the development stage is created/revealed.

like image 184
eran Avatar answered Oct 19 '22 00:10

eran