📜  如何减少 slug 大小 heroku - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:34.246000             🧑  作者: Mango

代码示例1
#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