Hero production or a new application in the heroics for the production?

What are some thoughts on creating an intermediate environment for my application, or should I create a second application for the hero to stage? Which one is better or preferable?

Thank.

+5
source share
1 answer

Second application - add the git remote of the new application to your repo so that you can deploy it from one code base.

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

+7
source

All Articles