Skip to content

Commit 8d8940c

Browse files
authored
Addresses typo highlighted in review
1 parent ba6a8ce commit 8d8940c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
$backupSuccess = $false;
104104
echo "Attempting to restart Website`n"
105105
do{
106-
$status = Get-webtate -name '${{env.SiteName}}'
106+
$status = Get-webstate -name '${{env.SiteName}}'
107107
if ($status.Value -eq "Stopped") {
108108
start-iissite ${{env.SiteName}}
109109
echo "Website restarted`n---------`n"
@@ -130,4 +130,4 @@ jobs:
130130
{
131131
Remove-Item -LiteralPath 'E:/web/${{env.SitePath}}-PREVIOUS' -Force -Recurse
132132
}
133-
Remove-Item 'E:/web/${{env.SitePath}}/app_offline.htm' -Force
133+
Remove-Item 'E:/web/${{env.SitePath}}/app_offline.htm' -Force

0 commit comments

Comments
 (0)