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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request