remove kill from deploy

This commit is contained in:
2015-01-14 09:27:33 +01:00
parent cf2fa65ffd
commit 9d498116d3
+1 -1
View File
@@ -55,7 +55,7 @@ namespace :deploy do
end end
execute :chown, "-R www-data:www-data", release_path execute :chown, "-R www-data:www-data", release_path
execute :chown, "-R www-data:www-data", release_path.join('public/assets/') 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') execute :touch, release_path.join('tmp/restart.txt')
end end
end end