Merge pull request #3383 from betagouv/faster_deployment
mina: reuse gem between deployment
This commit is contained in:
commit
42e323673b
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ shared_dirs = [
|
||||||
'log',
|
'log',
|
||||||
'sockets',
|
'sockets',
|
||||||
'tmp/cache',
|
'tmp/cache',
|
||||||
'tmp/pids'
|
'tmp/pids',
|
||||||
|
'vendor/bundle'
|
||||||
]
|
]
|
||||||
|
|
||||||
set :domain, ENV.fetch('domain')
|
set :domain, ENV.fetch('domain')
|
||||||
|
|
Loading…
Reference in a new issue