mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
9 lines
200 B
Ruby
9 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}
|