Order shared_dirs by alphabetic order

This commit is contained in:
gregoirenovel 2018-10-24 14:26:25 +02:00
parent a90232e57b
commit 5b32638502

View file

@ -19,8 +19,8 @@ deploy_to = '/var/www/ds'
shared_dirs = [ shared_dirs = [
'log', 'log',
'sockets', 'sockets',
'tmp/pids', 'tmp/cache',
'tmp/cache' 'tmp/pids'
] ]
set :domain, ENV.fetch('domain') set :domain, ENV.fetch('domain')