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

Merge pull request from joshuaboniface/fix-azure-fuckery

Explicitly add what Azure used to do implicitly
pull/3366/head
Bond-009 5 years ago committed by GitHub
commit f1a7b0586b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,6 +50,13 @@ jobs:
targetPath: '$(Build.SourcesDirectory)/deployment/dist'
artifactName: 'jellyfin-server-$(BuildConfiguration)'
- task: SSH@0
displayName: 'Create target directory on repository server'
inputs:
sshEndpoint: repository
runOptions: 'inline'
inline: 'mkdir -p /srv/repository/incoming/azure/$(Build.BuildNumber)/$(BuildConfiguration)'
- task: CopyFilesOverSSH@0
displayName: 'Upload artifacts to repository server'
inputs:

Loading…
Cancel
Save