mina: reuse gem between deployment
This commit is contained in:
parent
d1e7bc1906
commit
32281092e6
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ shared_dirs = [
|
|||
'log',
|
||||
'sockets',
|
||||
'tmp/cache',
|
||||
'tmp/pids'
|
||||
'tmp/pids',
|
||||
'vendor/bundle'
|
||||
]
|
||||
|
||||
set :domain, ENV.fetch('domain')
|
||||
|
|
Loading…
Reference in a new issue