From 9d498116d38d185fe00e0365ac1639880e1c20b3 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Wed, 14 Jan 2015 09:27:33 +0100 Subject: [PATCH] remove kill from deploy --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index afef4b72..2f66e856 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -55,7 +55,7 @@ namespace :deploy do end execute :chown, "-R www-data:www-data", release_path execute :chown, "-R www-data:www-data", release_path.join('public/assets/') - execute :kill, capture("lsof -i:9022 -t") # kill counters, will reboot itself + #execute :kill, capture("lsof -i:9022 -t") # kill counters, will reboot itself execute :touch, release_path.join('tmp/restart.txt') end end