Last active
October 8, 2018 08:58
-
-
Save acebytes/fad9edaf37d8fb6f940139727e38380c to your computer and use it in GitHub Desktop.
Clear Heroku build cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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