Skip to content

andyexeter/capistrano-mod-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capistrano-mod-group

Capistrano v3.* extension to change the group of shared folders/files after deployment

Installation

Add this line to your application's Gemfile:

gem 'capistrano', '~> 3.3.0'
gem 'capistrano-mod-group'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano-mod-group

Usage

Require in Capfile to use the default task:

require 'capistrano/mod_group'

Example

set :mod_group, 'apache'
set :mod_directories, [
    'web/cache'
]

License

Released under the MIT license

About

Capistrano v3.* extension to change the group of shared folders/files after deployment

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages