diff --git a/config/deploy.rb b/config/deploy.rb index 3ddd77da1..5a36ae2ac 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -19,8 +19,8 @@ deploy_to = '/var/www/ds' shared_dirs = [ 'log', 'sockets', - 'tmp/pids', - 'tmp/cache' + 'tmp/cache', + 'tmp/pids' ] set :domain, ENV.fetch('domain')