X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=config%2Fdeploy.rb;h=1c6433a6739d69cb37195f4ab914b43865b0148f;hb=128ba7d3b10ef93d000a3f6105c09129bf84b991;hp=182ca5dcd2c2475bb180b83bd2dd31eca3a6e09b;hpb=bf9f26790711c76f1c57b70d02a7276db14d1351;p=depot.git 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.