Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/25daa7db42906f715329d1f15938e51b0a397c54
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
5 deletions
@ -133,8 +133,7 @@ jobs:
inputs:
sshEndpoint : repository
runOptions : 'commands'
commands : sudo -n /srv/repository/collect-server.azure.sh
args : /srv/repository/incoming/azure $(Build.BuildNumber) unstable
commands : sudo -n /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber) unstable
- task : SSH@0
displayName : 'Update Stable Repository'
@ -142,9 +141,8 @@ jobs:
inputs:
sshEndpoint : repository
runOptions : 'commands'
commands : sudo -n /srv/repository/collect-server.azure.sh
args : /srv/repository/incoming/azure $(Build.BuildNumber)
commands : sudo -n /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber)
- job : PublishNuget
displayName : 'Publish NuGet packages'
dependsOn: