mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
10 lines
252 B
Ruby
10 lines
252 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}
|
|
|
|
set :deploy_to, '/var/www/virtual/ensl.org/deploy'
|
|
|
|
server 'ensl.org', user: 'deploy', roles: %w{web app}
|