Capistrano::Drupal

Drupal specific tasks for Capistrano v3

Installation

# Gemfile
gem 'capistrano',  '~> 3.1'
gem 'capistrano3-drupal', '~> 0.1', :github => 'gregoiredavid/capistrano-drupal'

Usage

Require capistrano3-drupal in your cap file

# Capfile
require 'capistrano/drupal'

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request