Skip to content

Instantly share code, notes, and snippets.

@acebytes
Last active October 8, 2018 08:58
Show Gist options
  • Save acebytes/fad9edaf37d8fb6f940139727e38380c to your computer and use it in GitHub Desktop.
Save acebytes/fad9edaf37d8fb6f940139727e38380c to your computer and use it in GitHub Desktop.
Clear Heroku build cache
$ heroku plugins:install heroku-repo
$ heroku repo:purge_cache -a appname
$ git commit --allow-empty -m "Purge cache"
$ git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment