Last active
December 3, 2020 22:32
-
-
Save Greg-Boggs/bcfc7c7e9a13b59b00590ab280af3c50 to your computer and use it in GitHub Desktop.
Update drupal 7 core with Lando
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
| 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