v3 #1

Open
thienvv wants to merge 69 commits from v3 into main
3 changed files with 9 additions and 1 deletions
Showing only changes of commit d6d726e48d - 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_environment: "Hnt_Beta"
aspnetcore_environment: "Hnt_Production"
View File
@@ -0,0 +1,8 @@
- name: deploy_uat_portal_ktdt_be.yml
hosts: "uat-portal-backend"
pre_tasks:
- name: Include portal-specific variables
include_vars: "../inventory/host_vars/"
roles:
- deploy-be-portal