Replies: 1 comment
-
What about creating recipe from it and post a pr to contrib/? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My server has 40+ projects on it and all of them had 5 releases in the release folder.. this was taking up nearly 30GB of space and I ran out of space so I made this very destructive script to iterate over each folder, confirm that there is a
releases
folder, then sort the releases by modified time and delete all but the last. Sharing it here as I think it might be useful to othersRun (at your own risk) with
cleanupReleases.php
Beta Was this translation helpful? Give feedback.
All reactions