Skip to content

Instantly share code, notes, and snippets.

@srph
Last active January 11, 2017 09:19
Show Gist options
  • Save srph/09b438374ab857efa8c3f02768cebdf9 to your computer and use it in GitHub Desktop.
Save srph/09b438374ab857efa8c3f02768cebdf9 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