Skip to content
Fetching contributors…
Cannot retrieve contributors at this time
5 lines (4 sloc) 210 Bytes
set :user, "albert"
set :rails_env, "production"
server "sonohara.donmai.us", :roles => %w(web app db), :primary => true, :user => "albert"
server "hijiribe.donmai.us", :roles => %w(web app), :user => "albert"
Jump to Line
Something went wrong with that request. Please try again.