Created
September 12, 2014 13:52
-
-
Save jonpugh/69efd976a155088e9431 to your computer and use it in GitHub Desktop.
Script to update devshop head once replaced with git repos.
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
cd /var/aegir/devshop-6.x-1.x/profiles/devshop/ | |
git pull | |
cd /var/aegir/devshop-6.x-1.x/profiles/devshop/modules/devshop/devshop_hosting | |
git pull | |
cd /var/aegir/.drush/devshop_provision | |
git pull | |
drush @hostmaster cc all | |
drush @hostmaster updb -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment