Skip to content

Instantly share code, notes, and snippets.

@billyct
Forked from srph/script.sh
Created January 11, 2017 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billyct/ff875efe404e8c0415d2aadec817d64c to your computer and use it in GitHub Desktop.
Save billyct/ff875efe404e8c0415d2aadec817d64c to your computer and use it in GitHub Desktop.
envoyer: remove old releases
# 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