From: Neil Smith Date: Mon, 9 Mar 2009 14:14:53 +0000 (+0000) Subject: Capfile tweak X-Git-Url: https://git.njae.me.uk/?p=depot.git;a=commitdiff_plain;h=128ba7d3b10ef93d000a3f6105c09129bf84b991 Capfile tweak --- 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.