You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the comment. You are free to manage your environments however you choose, but we try to keep things as simple as possible, and configured according to best practices.
I used to think that a staging app needed to have its own "staging" environment, but after reading Heroku's recommendations, I now believe it's best to have the staging app run in the production environment so that it mimics the production app as closely as possible. If you need certain environment variables to be different for the staging app, you can set them manually.
Heroku makes it easy to fork your production app to create a "staging" app. Read the following articles for more details:
Would be good to have consistent configuration for all standard environments.
The text was updated successfully, but these errors were encountered: