Recompile Heroku slug without push or config change

The simplest workaround for now is to push an empty commit.

git commit --allow-empty -m "empty commit"
git push heroku master

Leave a Comment