capistrano-copy-subdir
a capistrano strategy to deploy subdir with copy strategy.
Installation
Add this line to your application's Gemfile:
gem 'capistrano-copy-subdir'
And then execute:
$ bundle
Or install it yourself as:
$ gem install capistrano-copy-subdir
Usage
Configure strategy as :copy_subidr
and specify your application path in :deploy_subdir
.
# in "config/deploy.rb"
set(:deploy_via, :copy_subdir)
set(:deploy_subdir, '/where/your/app/is/in')
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Author
- YAMASHITA Yuu (https://github.com/yyuu)
- Geisha Tokyo Entertainment Inc. (http://www.geishatokyo.com/)
License
MIT