Merge pull request #3383 from betagouv/faster_deployment

mina: reuse gem between deployment
This commit is contained in:
Mathieu Magnin 2019-02-06 15:03:15 +01:00 committed by GitHub
commit 42e323673b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,8 @@ shared_dirs = [
'log',
'sockets',
'tmp/cache',
'tmp/pids'
'tmp/pids',
'vendor/bundle'
]
set :domain, ENV.fetch('domain')