diff --git a/Gemfile b/Gemfile index e0d9e933..ffcc4cab 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby '2.4.1' +#ruby '2.4.1' #ruby '2.5.7' git_source(:github) do |repo_name| diff --git a/config/deploy/production.rb b/config/deploy/production.rb index bcca8f23..392bcb29 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -9,7 +9,7 @@ # set :rails_env, :production set :stage, :production -set :server_name, "a.c2l.shop" +set :server_name, "doemal.app" set :branch, "r-1902001-01" set :full_app_name, "#{fetch(:application)}_#{fetch(:stage)}"