I have an app on Heroku that is running old code. I\'ve made a small change and committed the change. I then ran
git push heroku master
I
Same issue, I added a remote to my local repository with the heroku git:remote command and then pushed it.
heroku git:remote -a your-heroku-app git push heroku master