Renamed Heroku's hostname, now it can't find the application

前端 未结 2 1972
忘了有多久
忘了有多久 2021-02-07 15:19

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

2条回答
  •  一向
    一向 (楼主)
    2021-02-07 15:30

    In your terminal:

    git remote rm heroku
    git remote add heroku git@heroku.com:yourappname.git
    

    See here

    Heroku docs here.

提交回复
热议问题