I created a heroku replica some time ago for my rails application, but deleted it because I never used it. Now I have come to the point that I need to use the hero, but I encountered the following error:
! No such app as furious-mist-2295.
, which was the old repo name, so itβs clearly not pushing the new stack I created.
This is what I considered while trying, but worried about causing unnecessary changes in my git repository.
git remote rm origin
git remote add origin <URL to new heroku app>
git push -u origin master
source share