v3 #1
+1
-1
@@ -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_environment: "Hnt_Beta"
|
aspnetcore_environment: "Hnt_Production"
|
||||||
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user