Last active
January 11, 2017 09:19
-
-
Save srph/09b438374ab857efa8c3f02768cebdf9 to your computer and use it in GitHub Desktop.
envoyer: remove old releases
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
# https://laracasts.com/discuss/channels/envoyer/envoyer-inspired-envoy-script | |
rm -rf `ls -dt {{project}}/releases/* | tail -n +6`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment