Ruby 2.4.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
lock "3.10.1"
|
||||
|
||||
set :application, "sxrestaurant"
|
||||
set :application, "zsai"
|
||||
set :repo_url, 'git@bitbucket.org:code2lab/sxrestaurant.git'
|
||||
|
||||
set :deploy_user, 'deploy'
|
||||
|
||||
@@ -5,5 +5,5 @@ set :full_app_name, "#{fetch(:application)}_#{fetch(:stage)}"
|
||||
server '192.168.1.27', 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.4.0'
|
||||
set :rbenv_ruby, '2.4.1'
|
||||
set :rails_env, :production
|
||||
|
||||
Reference in New Issue
Block a user