Changeset 75
- Timestamp:
- 02/02/08 10:27:56 (10 months ago)
- Files:
-
- 1 modified
-
trunk/lib/webistrano/template/mongrel_rails.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/webistrano/template/mongrel_rails.rb
r49 r75 32 32 desc "#{t.to_s.capitalize} mongrel" 33 33 task t, :roles => :app, :except => { :no_release => true } do 34 invoke_command "mongrel_rails cluster::#{t.to_s} -C #{mongrel_config} --clean", :via => run_method 34 as = fetch(:runner, "app") 35 invoke_command "mongrel_rails cluster::#{t.to_s} -C #{mongrel_config} --clean", :via => run_method, :as => as 35 36 end 36 37 end
