From bf7cec08bcc37a2725e64cfe19e060b78cabda5b Mon Sep 17 00:00:00 2001 From: Henare Degan Date: Mon, 10 Sep 2012 15:46:16 +1000 Subject: Remove comments --- config/deploy.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config/deploy.rb') 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 -- cgit v1.2.3