Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top