Reputation: 810
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
Reputation: 5261
Use heroku fork to clone your app. Then assign the cloned app to the heroku pipelines phase that you require.
Upvotes: 2