ensl.org/config/deploy/production.rb
2014-03-24 14:23:08 +00:00

8 lines
200 B
Ruby

set :branch, 'master'
set :rails_env, 'production'
role :app, %w{deploy@ensl.org}
role :web, %w{deploy@ensl.org}
role :db, %w{deploy@ensl.org}
server 'ensl.org', user: 'deploy', roles: %w{web app}