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