aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy.rb')
-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