diff --git a/inventory/host_vars/prod_be_acp.yml b/inventory/host_vars/prod_be_acp.yml index 73da33a..c23432b 100644 --- a/inventory/host_vars/prod_be_acp.yml +++ b/inventory/host_vars/prod_be_acp.yml @@ -1,4 +1,4 @@ temp_dir: "C:\\deploy\\vpress\\temp" -iis_site_name: "site_test" +iis_site_name: "api-acp.kinhtedothi.vn" blue_path: "C:\\deploy\\vpress\\acp\\be\\blue" green_path: "C:\\deploy\\vpress\\acp\\be\\green" \ No newline at end of file diff --git a/inventory/host_vars/prod_be_portal.yml b/inventory/host_vars/prod_be_portal.yml new file mode 100644 index 0000000..7cda80e --- /dev/null +++ b/inventory/host_vars/prod_be_portal.yml @@ -0,0 +1,4 @@ +temp_dir: "C:\\deploy\\vpress\\temp" +iis_site_name: "api-portal.kinhtedothi.vn" +blue_path: "C:\\deploy\\vpress\\portal\\be\\blue" +green_path: "C:\\deploy\\vpress\\portal\\be\\green" \ No newline at end of file diff --git a/inventory/host_vars/prod_fe_acp.yml b/inventory/host_vars/prod_fe_acp.yml index 22ec3c7..b92092b 100644 --- a/inventory/host_vars/prod_fe_acp.yml +++ b/inventory/host_vars/prod_fe_acp.yml @@ -1,4 +1,4 @@ temp_dir: "C:\\deploy\\vpress\\temp" -iis_site_name: "xx" -blue_path: "C:\\deploy\\vpress\\acp\\be\\blue" -green_path: "C:\\deploy\\vpress\\acp\\be\\green" \ No newline at end of file +iis_site_name: "acp.kinhtedothi.vn" +blue_path: "C:\\deploy\\vpress\\acp\\fe\\blue" +green_path: "C:\\deploy\\vpress\\acp\\fe\\green" \ No newline at end of file diff --git a/inventory/host_vars/prod_fe_portal.yml b/inventory/host_vars/prod_fe_portal.yml new file mode 100644 index 0000000..de15b84 --- /dev/null +++ b/inventory/host_vars/prod_fe_portal.yml @@ -0,0 +1,4 @@ +temp_dir: "C:\\deploy\\vpress\\temp" +iis_site_name: "demo.kinhtedothi.vn" +blue_path: "C:\\deploy\\vpress\\portal\\fe\\blue" +green_path: "C:\\deploy\\vpress\\portal\\fe\\green" \ No newline at end of file