From 3c083c6dbad657d2666fd0395229cf0663fa9eab Mon Sep 17 00:00:00 2001 From: thienqb123456 Date: Tue, 4 Mar 2025 17:33:51 +0700 Subject: [PATCH] fix 22 --- inventory/host_vars/uat-resource-hnt-backend.yml | 4 +++- inventory/host_vars/uat-resource-ktdt-backend.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/uat-resource-hnt-backend.yml b/inventory/host_vars/uat-resource-hnt-backend.yml index a556f55..0b614cb 100644 --- a/inventory/host_vars/uat-resource-hnt-backend.yml +++ b/inventory/host_vars/uat-resource-hnt-backend.yml @@ -1,4 +1,6 @@ temp_dir: "C:\\deploy\\vpress\\temp" iis_site_name: "resource.vpress.vn" blue_path: "C:\\deploy\\vpress\\resource\\hnt\\blue" -green_path: "C:\\deploy\\vpress\\resource\\hnt\\green" \ No newline at end of file +green_path: "C:\\deploy\\vpress\\resource\\hnt\\green" + +aspnetcore_environment: "Uat" \ No newline at end of file diff --git a/inventory/host_vars/uat-resource-ktdt-backend.yml b/inventory/host_vars/uat-resource-ktdt-backend.yml index 4355233..e9b2918 100644 --- a/inventory/host_vars/uat-resource-ktdt-backend.yml +++ b/inventory/host_vars/uat-resource-ktdt-backend.yml @@ -1,4 +1,6 @@ temp_dir: "C:\\deploy\\vpress\\temp" iis_site_name: "resource.vpress.vn" blue_path: "C:\\deploy\\vpress\\resource\\ktdt\\blue" -green_path: "C:\\deploy\\vpress\\resource\\ktdt\\green" \ No newline at end of file +green_path: "C:\\deploy\\vpress\\resource\\ktdt\\green" + +aspnetcore_environment: "Uat" \ No newline at end of file