Order shared_dirs by alphabetic order
This commit is contained in:
parent
a90232e57b
commit
5b32638502
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue