Skip to content

Instantly share code, notes, and snippets.

@jackfoust
Last active August 23, 2018 14:32
Show Gist options
  • Save jackfoust/ae4ffa8f8775ae19de0dc6e55f78ae7f to your computer and use it in GitHub Desktop.
Save jackfoust/ae4ffa8f8775ae19de0dc6e55f78ae7f to your computer and use it in GitHub Desktop.
Lando - Add Site Audit
lando ssh appserver
cd ~/.drush
mkdir commands
cd commands
wget <site audit.tar.gz>
tar xvfz <site audit.tar.gz>
exit
#You may need to switch to a branch where you aren't doing site audit things to be able to `lando drush cc drush`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment