Keep the same order between shared_dirs and setup
This commit is contained in:
parent
883c981165
commit
fda1218a5f
1 changed files with 3 additions and 3 deletions
|
@ -39,14 +39,14 @@ task :setup do
|
||||||
command %[mkdir -p "#{deploy_to}/shared/log"]
|
command %[mkdir -p "#{deploy_to}/shared/log"]
|
||||||
command %[chmod g+rx,u+rwx "#{deploy_to}/shared/log"]
|
command %[chmod g+rx,u+rwx "#{deploy_to}/shared/log"]
|
||||||
|
|
||||||
|
command %[mkdir -p "#{deploy_to}/shared/sockets"]
|
||||||
|
command %[chmod g+rx,u+rwx "#{deploy_to}/shared/sockets"]
|
||||||
|
|
||||||
command %[mkdir -p "#{deploy_to}/shared/tmp/pids"]
|
command %[mkdir -p "#{deploy_to}/shared/tmp/pids"]
|
||||||
command %[chmod g+rx,u+rwx "#{deploy_to}/shared/tmp/pids"]
|
command %[chmod g+rx,u+rwx "#{deploy_to}/shared/tmp/pids"]
|
||||||
|
|
||||||
command %[mkdir -p "#{deploy_to}/shared/tmp/cache"]
|
command %[mkdir -p "#{deploy_to}/shared/tmp/cache"]
|
||||||
command %[chmod g+rx,u+rwx "#{deploy_to}/shared/tmp/cache"]
|
command %[chmod g+rx,u+rwx "#{deploy_to}/shared/tmp/cache"]
|
||||||
|
|
||||||
command %[mkdir -p "#{deploy_to}/shared/sockets"]
|
|
||||||
command %[chmod g+rx,u+rwx "#{deploy_to}/shared/sockets"]
|
|
||||||
end
|
end
|
||||||
|
|
||||||
namespace :yarn do
|
namespace :yarn do
|
||||||
|
|
Loading…
Reference in a new issue