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