rosa-build/config/deploy/production.rb.sample

11 lines
177 B
Plaintext
Raw Normal View History

2013-03-04 20:55:13 +00:00
# -*- encoding : utf-8 -*-
require "whenever/capistrano"
set :branch, "master"
set :domain, "0.0.0.0"
role :app, domain
role :web, domain
role :db, domain, :primary => true