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?
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.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With