All Projects → capistrano → copy-files

capistrano / copy-files

Licence: MIT license
Capistrano v3.* extension for copying files between releases

Programming Languages

ruby
36898 projects - #4 most used programming language

capistrano-copy-files

Capistrano v3.* extension for copying files between releases

Installation

Add this line to your application's Gemfile:

gem 'capistrano', '~> 3.3.0'
gem 'capistrano-copy-files'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano-copy-files

Usage

Require in Capfile to use the default task:

require 'capistrano/copy_files'

The task will run during deploy:updating as part of Capistrano's default deploy

Configurable options:

set :copy_files, []                       # default
set :copy_file_flags, ""                  # default
set :copy_dir_flags, "-R"                 # default
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].