Sha256: 14681d2a31ce45c9e18b2566e1cc3bd45d8bd670923681272821009e8bb7a81c

Contents?: true

Size: 759 Bytes

Versions: 1

Compression:

Stored size: 759 Bytes

Contents

# 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

Write following snipet in your `config/deploy.rb`.

    set(:deploy_via, :copy_subdir)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Author

- YAMASHITA Yuu (https://github.com/yyuu)
- Geisha Tokyo Entertainment Inc. (http://www.geishatokyo.com/)

## License

MIT

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-copy-subdir-0.0.1 README.md