I'm simultaneously working on two different Ruby on Rails apps and deploying to Heroku. However, when I try to push the 2nd app to heroku, it overwrites the first one. How can I stop this from happening?
I've gone through the different stages:
git init git add . git commit -m "insert comment" git push heroku master
the same as I did for the first one. What steps am I missing out?