ci: fix apppoolname

This commit is contained in:
2025-09-27 22:32:51 +02:00
committed by GitHub
parent 80ee1d5322
commit 3d856edfe0

View File

@@ -145,7 +145,7 @@ jobs:
Import-Module WebAdministration
$appPoolName = "${{ vars.IIS_APP_POOL_NAME }}"
if ([string]::IsNullOrEmpty($appPoolName)) {
$appPoolName = "HomeApi"
$appPoolName = "Bytefy.image"
}
Write-Host "Starting application pool: $appPoolName"