diff --git a/lib/switchtower/recipes/standard.rb b/lib/switchtower/recipes/standard.rb index b5113580..176f210d 100644 --- a/lib/switchtower/recipes/standard.rb +++ b/lib/switchtower/recipes/standard.rb @@ -33,7 +33,7 @@ task :setup, :roles => [:app, :db, :web] do CMD end -desc < :web do delete "#{shared_path}/system/maintenance.html" end -desc < [:app, :db, :web] do CMD end -desc < [:app, :db, :web] do end end -desc < :db, :only => { :primary => true } do "#{rake} RAILS_ENV=production #{migrate_env} migrate" end -desc <