Skip to content

Commit 8fb4b44

Browse files
Update deploy.yml
1 parent 7fca511 commit 8fb4b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
$opts = New-PSSessionOption -SkipCACheck -SkipCNCheck -SkipRevocationCheck
5858
$session = New-PSSession -ComputerName $env:VM_HOST -UseSSL -SessionOption $opts -Credential $creds
5959
Invoke-Command -Session $session -ScriptBlock {
60-
Remove-Item "C:\inetpub\wwwroot\MigrationToolV1.0" -Recurse -Force -ErrorAction SilentlyContinue
61-
New-Item -ItemType Directory -Path "C:\inetpub\wwwroot\MigrationToolV1.0" -Force
60+
Remove-Item "C:\inetpub\wwwroot\MigrationTool" -Recurse -Force -ErrorAction SilentlyContinue
61+
New-Item -ItemType Directory -Path "C:\inetpub\wwwroot\MigrationTool" -Force
6262
}
6363
Copy-Item -Path "./publish/*" -Destination "C:\inetpub\wwwroot\MigrationTool" -Recurse -ToSession $session
6464

0 commit comments

Comments
 (0)