This commit is contained in:
thienqb123456
2025-03-03 18:40:02 +07:00
parent 317e7a0f65
commit 843c43228e
5 changed files with 7 additions and 7 deletions
@@ -3,4 +3,4 @@ iis_site_name: "portal-api.hanoitimes.vn"
blue_path: "C:\\deploy\\portal\\be\\hnt\\blue" blue_path: "C:\\deploy\\portal\\be\\hnt\\blue"
green_path: "C:\\deploy\\portal\\be\\hnt\\green" green_path: "C:\\deploy\\portal\\be\\hnt\\green"
aspnetcore_environtment: "Hnt_Beta" aspnetcore_environment: "Hnt_Beta"
@@ -3,4 +3,4 @@ iis_site_name: "portal-api.kinhtedothi.vn"
blue_path: "C:\\deploy\\portal\\be\\ktdt\\blue" blue_path: "C:\\deploy\\portal\\be\\ktdt\\blue"
green_path: "C:\\deploy\\portal\\be\\ktdt\\green" green_path: "C:\\deploy\\portal\\be\\ktdt\\green"
aspnetcore_environtment: "Ktdt_Beta" aspnetcore_environment: "Ktdt_Beta"
@@ -3,4 +3,4 @@ iis_site_name: "api-portal-2025"
blue_path: "C:\\deploy\\vpress\\portal\\be\\blue" blue_path: "C:\\deploy\\vpress\\portal\\be\\blue"
green_path: "C:\\deploy\\vpress\\portal\\be\\green" green_path: "C:\\deploy\\vpress\\portal\\be\\green"
aspnetcore_environtment: "Uat" aspnetcore_environment: "Uat"
@@ -3,4 +3,4 @@ iis_site_name: "api-portal-2025"
blue_path: "C:\\deploy\\vpress\\portal\\be\\blue" blue_path: "C:\\deploy\\vpress\\portal\\be\\blue"
green_path: "C:\\deploy\\vpress\\portal\\be\\green" green_path: "C:\\deploy\\vpress\\portal\\be\\green"
aspnetcore_environtment: "Uat" aspnetcore_environment: "Uat"
+3 -3
View File
@@ -3,9 +3,9 @@
debug: debug:
var: iis_site_name var: iis_site_name
- name: Debug aspnetcore_environtment - name: Debug aspnetcore_environment
debug: debug:
var: aspnetcore_environtment var: aspnetcore_environment
- name: Debug blue_path - name: Debug blue_path
debug: debug:
@@ -24,7 +24,7 @@
assert: assert:
that: that:
- iis_site_name is defined and iis_site_name | length > 0 - iis_site_name is defined and iis_site_name | length > 0
- aspnetcore_environtment is defined and aspnetcore_environtment | length > 0 - aspnetcore_environment is defined and aspnetcore_environment | length > 0
- blue_path is defined and blue_path | length > 0 - blue_path is defined and blue_path | length > 0
- nexus_url is defined and nexus_url | length > 0 - nexus_url is defined and nexus_url | length > 0
- artifact_name is defined and artifact_name | length > 0 - artifact_name is defined and artifact_name | length > 0