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 ac87815 commit 102a372Copy full SHA for 102a372
.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-websitestate -name '${{env.SiteName}}'
+ $status = Get-WebsiteState -name '${{env.SiteName}}'
107
if ($status.Value -eq "Stopped") {
108
start-iissite ${{env.SiteName}}
109
echo "Website restarted`n---------`n"
0 commit comments