I previously had my Heroku\'s application name at:
shielded-meadow-9293.heroku.com
This was the name when I created the Heroku remote and fired up the dyno. Afte
In your terminal:
git remote rm heroku git remote add heroku git@heroku.com:yourappname.git
See here
Heroku docs here.