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

31 lines
679 B

version: 2.2.{build}
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '2.2.1'
assembly_file_version: '{version}'
assembly_informational_version: '2.2.1'
before_build:
- cmd: appveyor-retry nuget restore
build:
verbosity: minimal
after_build:
- cmd: >-
7z a Ombi.zip %APPVEYOR_BUILD_FOLDER%\Ombi.UI\bin\Release\
appveyor PushArtifact Ombi.zip
deploy:
- provider: GitHub
release: Ombi v$(appveyor_build_version)
auth_token:
secure: jDpp1/WUQl3uN41fNI3VeZoRZbDiDfs3GPQ1v+C5ZNE3cWdnUvuJfCCfUbYUV1Rp
draft: true
on:
branch: master
- provider: Environment
name: Microserver
on:
branch: dev