fix10
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
# Cập nhật PhysicalPath mới cho site IIS (green/blue)
|
||||
- name: Update site IIS web application
|
||||
win_iis_website:
|
||||
name: "{{ iis_site_name }}"
|
||||
physical_path: "{{ target_path }}"
|
||||
|
||||
- name: Set ASPNETCORE_ENVIRONMENT for IIS site
|
||||
# Set ASPNETCORE_ENVIRONMENT cho site IIS
|
||||
- name: Set ASPNETCORE_ENVIRONMENT for IIS site
|
||||
win_shell: |
|
||||
Import-Module WebAdministration
|
||||
Add-WebConfigurationProperty -pspath "MACHINE/WEBROOT/APPHOST/{{ iis_site_name }}" `
|
||||
|
||||
Reference in New Issue
Block a user