mina: reuse gem between deployment

This commit is contained in:
simon lehericey 2019-02-06 14:41:45 +01:00
parent d1e7bc1906
commit 32281092e6

View file

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