Skip to content

Instantly share code, notes, and snippets.

@msonnabaum
Created April 7, 2011 22:21
Show Gist options
  • Save msonnabaum/908909 to your computer and use it in GitHub Desktop.
Save msonnabaum/908909 to your computer and use it in GitHub Desktop.
set :domain, "qa.blah.com"
set :branch, "3.x"
role :web, "drupal01"
after "deploy:symlink", "drupal:symlink_shared"
after "deploy:symlink", "drush:updatedb"
after "deploy:symlink", "drush:features_revert_all"
after "deploy:symlink", "drush:updatedb"
after "deploy:symlink", "drush:cache_clear"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment