0.02
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Utilizes capistrano to allow for doing intellegent deployments of drupal projects.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

version 1.0.13

DESCRIPTION

Provides capistrano deployment strategy for Drupal.

For documentation please checkout the wiki

REQUIREMENTS

  • Capistrano
  • railsless-deloy
  • php_serialize
  • Drush

On remote servers you must have

  • Drush
  • File system acls enabled (setfacl)

USAGE

    # Initial Setup
    gem install drush-deploy

    # Once for each new site
    drush-deploy TARGET=<drush alias> deploy:setup
       
    # To deploy
    cd <Drupal root>
    drush-deploy TARGET=<drush alias>