Answers for "how to reduce slug size heroku"

0

how to reduce slug size heroku

#Run these commands in your cmd

heroku plugins:install heroku-repo
heroku repo:gc --app your-app-name
heroku repo:purge_cache --app your-app-name

#this will run an aggressive git clean on your repo
Posted by: Guest on April-05-2021

Code answers related to "how to reduce slug size heroku"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language