mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-04-11 10:29:37 +00:00
Update build.yml
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -85,7 +85,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy .NET Publish Files to IIS Server
|
- name: Copy .NET Publish Files to IIS Server
|
||||||
run: |
|
run: |
|
||||||
iisreset /stop
|
Stop-WebSite -Name bytefy.image
|
||||||
xcopy ".\output\dotnet\*" "C:\inetpub\applications\bytefy.image" /s /i /y
|
xcopy ".\output\dotnet\*" "C:\inetpub\applications\bytefy.image" /s /i /y
|
||||||
xcopy ".\tools\dist\*" "C:\inetpub\wwwroot\bytefy" /s /i /y
|
xcopy ".\tools\dist\*" "C:\inetpub\wwwroot\bytefy" /s /i /y
|
||||||
iisreset /start
|
Start-WebSite -Name bytefy.image
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user