Creating a staging environment on Heroku
If you’re hosting your app on Heroku (possibly even if you aren’t) it is a good idea to create a staging environment also. Heroku has docs on this but the short version for a new app is: heroku create staging-app-name –stack cedar –remote staging(if the app is already on Heroku, just add the remote: git […]