Do they belong to you? Claim these comments.
Unregistered
Feeds
aliases
Is this you? Claim Profile »
1 year ago
namespace :spinner do desc :app do dispatcher_type = fetch(:dispatcher_type, 'mongrel') dispatcher_instances = fetch(:dispatcher_instances, 3) dispatcher_bind_ip = fetch(:dispatcher_bind_ip, '127.0.0.1') dispatcher_starting_port = fetch(:dispatcher_starting_port, 8000) rails_env = fetch(:rails_env, 'production') script = 0755 end end
namespace :deploy do namespace :spinner do desc :app do dispatcher_type = fetch(:dispatcher_type, 'mongrel') dispatcher_instances = fetch(:dispatcher_instances, 3) dispatcher_bind_ip = fetch(:dispatcher_bind_ip, '127.0.0.1') dispatcher_starting_port = fetch(:dispatcher_starting_port, 8000) rails_env = fetch(:rails_env, 'production') script = 0755 end endend
after "deploy:update_code", "deploy:spinner:write"