parm530
7/21/2019 - 1:08 PM

Heroku: Update App Name

  • If you change the name of your project in the heroku website you'll need to update it in the terminal also:
git remote rm heroku
git remote add heroku git@github.com:yourappname.git