No commit activity in last 3 years
No release in over 3 years
Drush makefiles are used to build a drupal code base with specific version. This gem focused on deploying with those makefiles
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Old project. Use drush-deploy instead.

version 0.1.0

DESCRIPTION

Provides capistrano deployment strategy for Drupal Drush Makefiles. Initial this gem is build on top of capistrano-ash. Further development will likely require ditching this requirement.

REQUIREMENTS

  • Capistrano
  • Capistrano-ext
  • railsless-deloy
  • capistrano-ash

USAGE

    # gem install capistrano-drush-make

Capfile

  • set :deploy_via, :drush_make

  • set :strategy, Capistrano::Deploy::Strategy::DrushMake.new(self)

  • set :default_multisite, "multisite_directory_to_link_default_to"

TODO

  • Rebuild to eliminate capistrano-ash tasks.
  • Work on a deployment that goes to default and ignores multisite