Merge branch 'r-1902001-01' of https://gitlab.com/code2lab/SXRestaurant into r-1902001-01

This commit is contained in:
Nweni
2019-12-18 10:43:30 +06:30
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '2.4.1' #ruby '2.4.1'
#ruby '2.5.7' #ruby '2.5.7'
git_source(:github) do |repo_name| git_source(:github) do |repo_name|

View File

@@ -9,7 +9,7 @@
# set :rails_env, :production # set :rails_env, :production
set :stage, :production set :stage, :production
set :server_name, "a.c2l.shop" set :server_name, "doemal.app"
set :branch, "r-1902001-01" set :branch, "r-1902001-01"
set :full_app_name, "#{fetch(:application)}_#{fetch(:stage)}" set :full_app_name, "#{fetch(:application)}_#{fetch(:stage)}"