rgk
rgk

Reputation: 810

How to configure single app on heroku in different environments?

I have an app running at myapp.herokuapps.com, however I created a pipeline for it and by default it appeared on production. using heroku UI i moved the app to development. I understood that, only one app is possible at a time in one environment. If so, how can I run one app in multiple environments like development and staging and production? Please help.

Upvotes: 0

Views: 25

Answers (1)

Yoni Rabinovitch
Yoni Rabinovitch

Reputation: 5261

Use heroku fork to clone your app. Then assign the cloned app to the heroku pipelines phase that you require.

Upvotes: 2

Related Questions