From 39d57e05ac562612b67f32740bef7c01116bb7e3 Mon Sep 17 00:00:00 2001 From: Min Zeya Phyo Date: Fri, 13 Dec 2019 13:03:48 +0630 Subject: [PATCH] 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)}"