Question

What are thoughts around creating a staging environment for my app or should i create a second app on heroku for staging? Which one is better, or preferred?

Thanks.

Was it helpful?

Solution

Second app - add the git remote of the new app to your repo so you can deploy to it from a single code base.

Read more at https://devcenter.heroku.com/articles/multiple-environments

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top