1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 00:12:30 +01:00
Sonarr/service_deploy_production.bat

6 lines
199 B
Batchfile
Raw Normal View History

rd C:\inetpub\services /S /Q
xcopy C:\inetpub\services_stage\*.* C:\inetpub\services\ /E /V /I /Y /F /C /o
xcopy C:\inetpub\services\web.production.config c:\inetpub\services\web.config /o /y
pause