Skip to content

Instantly share code, notes, and snippets.

View halogenandtoast's full-sized avatar

Matthew Mongeau halogenandtoast

View GitHub Profile
# Hot deploy Rails apps (rolling restart) with Capistrano, Haproxy, and cluster of Passengers
# Capistrano config
namespace :passenger do
task :disable_load_balancing, :roles => :app do
run "rm -f #{current_path}/public/http-check.txt"
end
task :enable_load_balancing, :roles => :app do