Change deployment target from master to Main

Updated deployment configuration with new server details.
This commit is contained in:
Mahan Chamani
2025-12-29 11:17:59 +03:30
committed by GitHub
parent 5c1547dced
commit 8496b52013

View File

@@ -3,7 +3,7 @@ name: Deploy Development ASP.NET Core App to IIS
on:
push:
branches:
- master
- Main
jobs:
@@ -35,7 +35,7 @@ jobs:
& "C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" `
-verb:sync `
-source:contentPath="$publishFolder" `
-dest:contentPath="dadmehrg",computerName="https://185.208.175.186:8172/msdeploy.axd?site=gozareshgir",userName="deployUser",password="As@D3eP%L%oYU$ser",authType="Basic" `
-dest:contentPath="dadmehrg",computerName="https://1111:8172/msdeploy.axd?site=gozareshgir",userName="111",password="111",authType="Basic" `
-allowUntrusted `
-enableRule:AppOffline