mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-07-07 16:15:09 +00:00
ci: fix apppoolname
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -145,7 +145,7 @@ jobs:
|
|||||||
Import-Module WebAdministration
|
Import-Module WebAdministration
|
||||||
$appPoolName = "${{ vars.IIS_APP_POOL_NAME }}"
|
$appPoolName = "${{ vars.IIS_APP_POOL_NAME }}"
|
||||||
if ([string]::IsNullOrEmpty($appPoolName)) {
|
if ([string]::IsNullOrEmpty($appPoolName)) {
|
||||||
$appPoolName = "HomeApi"
|
$appPoolName = "Bytefy.image"
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Host "Starting application pool: $appPoolName"
|
Write-Host "Starting application pool: $appPoolName"
|
||||||
|
|||||||
Reference in New Issue
Block a user