This commit is contained in:
thienqb123456
2025-03-03 18:37:50 +07:00
parent 3232452543
commit 317e7a0f65
+1 -1
View File
@@ -47,7 +47,7 @@
Add-WebConfigurationProperty -pspath "MACHINE/WEBROOT/APPHOST/{{ iis_site_name }}" `
-filter "system.webServer/aspNetCore/environmentVariables" `
-name "." `
-value @{name="ASPNETCORE_ENVIRONMENT"; value="{{ aspnetcore_environment }}""}
-value @{name="ASPNETCORE_ENVIRONMENT"; value="{{ aspnetcore_environment }}"}
#Lấy đường dẫn vật lý của iis site
- name: Get the physical path of the current IIS site