remove & replace
//Check your remote repositories, and update it to the new heroku name: git remote -v //Then remove the heroku one that is wrong: git remote rm heroku //Then add the new one git remote add heroku git@heroku.com:sitename.git