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
- Host: GitHub
- URL: https://github.com/railsware/capistrano-strategy-copy-partial
- Owner: railsware
- Created: 2011-12-20T15:20:53.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-27T08:09:52.000Z (over 13 years ago)
- Last Synced: 2025-04-22T23:07:20.874Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 20
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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