From 128ba7d3b10ef93d000a3f6105c09129bf84b991 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Mon, 9 Mar 2009 14:14:53 +0000 Subject: [PATCH] Capfile tweak --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 182ca5d..1c6433a 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -27,7 +27,7 @@ task :configure_database, :roles => :app do end # Define the user for running and stopping server sub-proceses (Mongrel, etc.) -set :runner, :neil +# set :runner, :neil ## As we're not running any other server processes (FastCGI, Mongrel, etc.), ## we don't need to start and stop them. -- 2.34.1