mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Add unpacked gems path in Capfile
This commit is contained in:
parent
7c8678d78e
commit
ee1d6bd272
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ end
|
|||
files = {
|
||||
"Capfile" => unindent(<<-FILE),
|
||||
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
|
||||
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
|
||||
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
|
||||
|
||||
load 'config/deploy' # remove this line to skip loading any of the default tasks
|
||||
FILE
|
||||
|
|
Loading…
Reference in a new issue