A Capistrano 3 recipe to deploy drupal projects.
- Ruby >= 1.9 (JRuby and C-Ruby/YARV are supported)
- Capistrano 3 (gem install capistrano)
- Drush
- Authentication & Authorisation for capistrano deployments
$ git clone https://github.com/mordonez/capistranorb-drupal.git
$ cd capistranorb-drupal
$ cp ./config/deploy.rb.example ./config/deploy.rb
$ cp ./config/deploy/staging.rb.example ./config/deploy/staging.rb
// customize your staging.rb and deploy.rb
$ cap staging deploy
Add your Authentication & Authorisation config for deploy users.