v3 #1

Open
thienvv wants to merge 69 commits from v3 into main
5 changed files with 7 additions and 7 deletions
Showing only changes of commit 843c43228e - Show all commits
@@ -3,4 +3,4 @@ iis_site_name: "portal-api.hanoitimes.vn"
blue_path: "C:\\deploy\\portal\\be\\hnt\\blue"
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"
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"
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"
green_path: "C:\\deploy\\vpress\\portal\\be\\green"
aspnetcore_environtment: "Uat"
aspnetcore_environment: "Uat"
+3 -3
View File
@@ -3,9 +3,9 @@
debug:
var: iis_site_name
- name: Debug aspnetcore_environtment
- name: Debug aspnetcore_environment
debug:
var: aspnetcore_environtment
var: aspnetcore_environment
- name: Debug blue_path
debug:
@@ -24,7 +24,7 @@
assert:
that:
- 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
- nexus_url is defined and nexus_url | length > 0
- artifact_name is defined and artifact_name | length > 0