Skip to content

Instantly share code, notes, and snippets.

@Greg-Boggs
Last active December 3, 2020 22:32
Show Gist options
  • Select an option

  • Save Greg-Boggs/bcfc7c7e9a13b59b00590ab280af3c50 to your computer and use it in GitHub Desktop.

Select an option

Save Greg-Boggs/bcfc7c7e9a13b59b00590ab280af3c50 to your computer and use it in GitHub Desktop.
Update drupal 7 core with Lando
lando restart; lando drush cc all; lando drush up drupal -y; git add .; git commit -am 'security updates'; git pull; git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment