mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 05:21:19 +00:00
722f2d87d7
Updated .env and database.yml
9 lines
241 B
Ruby
9 lines
241 B
Ruby
set :branch, 'master'
|
|
set :rails_env, 'production'
|
|
set :unicorn_rack_env, fetch(:rails_env)
|
|
|
|
role :app, %w{vu2009@ensl.org}
|
|
role :web, %w{vu2009@ensl.org}
|
|
role :db, %w{vu2009@ensl.org}
|
|
|
|
server 'ensl.org', user: 'vu2009', roles: %w{web app}
|