Skip to content

Instantly share code, notes, and snippets.

@jonpugh
Created September 12, 2014 13:52
Show Gist options
  • Save jonpugh/69efd976a155088e9431 to your computer and use it in GitHub Desktop.
Save jonpugh/69efd976a155088e9431 to your computer and use it in GitHub Desktop.
Script to update devshop head once replaced with git repos.
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