aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2012-09-10 15:46:16 +1000
committerHenare Degan <henare.degan@gmail.com>2012-09-10 15:46:16 +1000
commitbf7cec08bcc37a2725e64cfe19e060b78cabda5b (patch)
tree831f4c02107b64394e6d8e4000e4d5bb7811fe21
parent160bad69bba63a9edc7e1f35b0a63116ab6993ea (diff)
Remove comments
-rw-r--r--config/deploy.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 3c93557ce..1dcc2309d 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -8,12 +8,6 @@ role :app, "your app-server here" # This may be the sam
role :db, "your primary db-server here", :primary => true # This is where Rails migrations will run
role :db, "your slave db-server here"
-# if you want to clean up old releases on each deploy uncomment this:
-# after "deploy:restart", "deploy:cleanup"
-
-# if you're still using the script/reaper helper you will need
-# these http://github.com/rails/irs_process_scripts
-
# If you are using Passenger mod_rails uncomment this:
# namespace :deploy do
# task :start do ; end