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

13 lines
269 B

6 years ago
kind: pipeline
6 years ago
name: build
6 years ago
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --init --recursive
6 years ago
- name: build
image: microsoft/dotnet:2-sdk
6 years ago
commands:
- dotnet publish --configuration release --output /release Jellyfin.Server