No commit activity in last 3 years
No release in over 3 years
Capistrano deploy strategy to transfer subdirectory of repository
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.5.5
 Project Readme

capistrano-strategy-copy-partial

capistrano-strategy-copy-partial is capistrano extension that add strategy for deploy only part (subdirectory) of repository

Installation

Add to Gemfile:

gem "capistrano-strategy-copy-partial"

Configuration

Use next options:

set :deploy_via,   :copy_partial
set :copy_partial, "path/for/deploy"
set :copy_strategy, :export

Licence

capistrano-strategy-copy-partial is released under the MIT licence: