Skip to content

railsware/capistrano-strategy-copy-partial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Capistrano deploy strategy to transfer subdirectory of repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages