``` git commit --allow-empty -m "empty commit" git push heroku master ``` or ``` git commit --amend -C HEAD git push heroku master