Update deployment rules in dotnet workflow

This commit is contained in:
Mahan Chamani
2025-12-30 11:27:11 +03:30
committed by GitHub
parent 5f21b59cb3
commit 6e34ba79e0

View File

@@ -43,6 +43,10 @@ jobs:
-dest:contentPath="dadmehrg",computerName="https://${server}:8172/msdeploy.axd?site=dadmehrg",userName="$user",password="$pass",authType="Basic" `
-allowUntrusted `
-enableRule:AppOffline
-disableRule:DeleteRule `
-useChecksum `
-retryAttempts:3 `
-retryInterval:2000
env:
SERVER_HOST: ${{ secrets.DEV_HOST }}