allow to enable/disable plugins in deploy

This commit is contained in:
wvengen 2014-01-15 21:41:54 +01:00
parent 46b36c42bd
commit d496c452e6
2 changed files with 54 additions and 0 deletions

View file

@ -42,5 +42,8 @@ namespace :deploy do
after :finishing, 'deploy:cleanup'
# see lib/capistrano/tasks/plugins.cap
#before 'bundler:install', 'enable_plugins:auto'
end