Heroku deploy fail troubleshooting. - MUMT-IT/mis2018 GitHub Wiki

Sometimes deployment can fail and repushing the code will not help. Here are things you can try.

Clear the build cache.

heroku plugins:install heroku-repo
heroku buildpacks:clear -a <app-name> 
⚠️ **GitHub.com Fallback** ⚠️