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
had the same issue, what worked for me was: make a commit with a random message and then push
git commit -m"random message" git push heroku master