Change deployment target from master to Main
Updated deployment configuration with new server details.
This commit is contained in:
4
.github/workflows/dotnet-developPublish.yml
vendored
4
.github/workflows/dotnet-developPublish.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user