projects
/
depot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf9f267
)
Capfile tweak
author
Neil Smith
<neil.git@njae.me.uk>
Mon, 9 Mar 2009 14:14:53 +0000
(14:14 +0000)
committer
Neil Smith
<neil.git@njae.me.uk>
Mon, 9 Mar 2009 14:14:53 +0000
(14:14 +0000)
config/deploy.rb
patch
|
blob
|
history
diff --git
a/config/deploy.rb
b/config/deploy.rb
index 182ca5dcd2c2475bb180b83bd2dd31eca3a6e09b..1c6433a6739d69cb37195f4ab914b43865b0148f 100644
(file)
--- 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.