We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6a8ce commit 8d8940cCopy full SHA for 8d8940c
.github/workflows/build-and-deploy-production.yml
@@ -103,7 +103,7 @@ jobs:
103
$backupSuccess = $false;
104
echo "Attempting to restart Website`n"
105
do{
106
- $status = Get-webtate -name '${{env.SiteName}}'
+ $status = Get-webstate -name '${{env.SiteName}}'
107
if ($status.Value -eq "Stopped") {
108
start-iissite ${{env.SiteName}}
109
echo "Website restarted`n---------`n"
@@ -130,4 +130,4 @@ jobs:
130
{
131
Remove-Item -LiteralPath 'E:/web/${{env.SitePath}}-PREVIOUS' -Force -Recurse
132
}
133
- Remove-Item 'E:/web/${{env.SitePath}}/app_offline.htm' -Force
+ Remove-Item 'E:/web/${{env.SitePath}}/app_offline.htm' -Force
0 commit comments