11 lines
354 B
Ruby
11 lines
354 B
Ruby
set :stage, :production
|
|
set :server_name, "a.c2l.shop"
|
|
set :branch, "r-1902001-01"
|
|
|
|
set :full_app_name, "#{fetch(:application)}_#{fetch(:stage)}"
|
|
server '167.71.194.57', user: 'deploy', roles: %w{web app db}, primary: true
|
|
|
|
set :deploy_to, "/home/#{fetch(:deploy_user)}/apps/#{fetch(:full_app_name)}"
|
|
set :rbenv_ruby, '2.6.5'
|
|
set :rails_env, :production
|