An open API service indexing awesome lists of open source software.

https://github.com/railsware/capistrano-strategy-copy-partial

Capistrano deploy strategy to transfer subdirectory of repository
https://github.com/railsware/capistrano-strategy-copy-partial

Last synced: 9 months ago
JSON representation

Capistrano deploy strategy to transfer subdirectory of repository

Awesome Lists containing this project

README

          

# capistrano-strategy-copy-partial

capistrano-strategy-copy-partial is [capistrano](https://github.com/capistrano/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:

* http://www.opensource.org/licenses/MIT