Enable unicorn zero time deploy

This commit is contained in:
Vladimir Sharshov 2012-03-19 18:48:54 +04:00
parent 95385aefe0
commit 556c2055b4
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ Capistrano::Configuration.instance(:must_exist).load do
run "#{try_sudo} kill -s USR2 `cat #{unicorn_pid}`" rescue warn 'deploy:reload FAILED'
end
task :restart, :roles => :app, :except => { :no_release => true } do
stop
start # blue pill will do it?
reload
#stop
#start # blue pill will do it?
end
end
end