Staging instance on Heroku
Your interface to Heroku is essentially a Git branch. The Heroku gem does some work through their API, but within your Git repository, it’s just a new remote branch. heroku create yourapp # production git br -D heroku # delete the default branch heroku create staging-yourapp # staging git br -D heroku # delete the … Read more