From 39d57e05ac562612b67f32740bef7c01116bb7e3 Mon Sep 17 00:00:00 2001 From: Min Zeya Phyo Date: Fri, 13 Dec 2019 13:03:48 +0630 Subject: [PATCH 1/2] production deployment file change --- config/deploy/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}" From 996e79c9471ec4e3cdedf7dd57fa37cdc0be3f1b Mon Sep 17 00:00:00 2001 From: Min Zeya Phyo Date: Fri, 13 Dec 2019 14:09:24 +0630 Subject: [PATCH 2/2] remove ruby version in file --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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|