Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/5eed576e4247cd13c707f8818337c5152e98bc36 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Updated Services staging deploy bat to included View files.

pull/2/head
Mark McDowall 13 years ago
parent cd18fd4a34
commit 5eed576e42

@ -3,6 +3,9 @@ SET TARGET=_rawPackage_service
rd %TARGET% /S /Q
xcopy NzbDrone.Services\NzbDrone.Services.Service\bin\*.* %TARGET%\bin\ /E /V /I /Y /F /O
xcopy NzbDrone.Services\NzbDrone.Services.Service\Content\*.* %TARGET%\Content\ /E /V /I /Y /F /O
xcopy NzbDrone.Services\NzbDrone.Services.Service\Scripts\*.* %TARGET%\Scripts\ /E /V /I /Y /F /O
xcopy NzbDrone.Services\NzbDrone.Services.Service\Views\*.* %TARGET%\Views\ /E /V /I /Y /F /O
xcopy NzbDrone.Services\NzbDrone.Services.Service\log.config %TARGET% /S /V /I /Y /F /O
xcopy NzbDrone.Services\NzbDrone.Services.Service\Global.asax %TARGET% /S /V /I /Y /F /O
xcopy service_deploy_production.bat %TARGET% /O /Y

Loading…
Cancel
Save