From 6a7122993b8b9c08568e6f001dd6d9b9c632f02e Mon Sep 17 00:00:00 2001 From: Nigel Ramsay Date: Mon, 16 Apr 2012 11:05:09 +1200 Subject: [PATCH] stop restarting apache on each deploy --- lib/abletech/deployment/capistrano.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/abletech/deployment/capistrano.rb b/lib/abletech/deployment/capistrano.rb index 74a7074..f5f5467 100644 --- a/lib/abletech/deployment/capistrano.rb +++ b/lib/abletech/deployment/capistrano.rb @@ -36,5 +36,4 @@ end after "deploy:update_code", "deploy:configure" - after "deploy:configure", "web:configure" end