From 8496b520131c18556292a87cae59a0dbe97e3e5b Mon Sep 17 00:00:00 2001 From: Mahan Chamani <109232147+mahanch@users.noreply.github.com> Date: Mon, 29 Dec 2025 11:17:59 +0330 Subject: [PATCH] Change deployment target from master to Main Updated deployment configuration with new server details. --- .github/workflows/dotnet-developPublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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