diff --git a/.github/workflows/dotnet-developPublish.yml b/.github/workflows/dotnet-developPublish.yml index 91db0afc..0b285b3d 100644 --- a/.github/workflows/dotnet-developPublish.yml +++ b/.github/workflows/dotnet-developPublish.yml @@ -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