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
If you're using Java, don't forget to rebuild the project before pushing.
In case of Gradle:
gradlew clean install