Sha256: 83603b630dc287e9e9103cf81766953ecba053166385e9b209e10fc031122bd2

Contents?: true

Size: 877 Bytes

Versions: 1

Compression:

Stored size: 877 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

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

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.1.0 README.md