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/c7d88f8808bc4f484c9432920176f0ea834272df/appveyor.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/appveyor.yml

42 lines
1012 B

version: 3.0.{build}
configuration: Release
8 years ago
os: Visual Studio 2017
environment:
nodejs_version: "7.8.0"
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
8 years ago
build_script:
- ps: ./build.ps1 --settings_skipverification=true
test: off
after_build:
- cmd: >-
8 years ago
appveyor PushArtifact "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp2.0\windows.zip"
8 years ago
appveyor PushArtifact "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp2.0\osx.tar.gz"
8 years ago
appveyor PushArtifact "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp2.0\linux.tar.gz"
appveyor PushArtifact "%APPVEYOR_BUILD_FOLDER%\src\Ombi\bin\Release\netcoreapp2.0\linux-arm.tar.gz"
8 years ago
#cache:
#- '%USERPROFILE%\.nuget\packages'
deploy:
- provider: GitHub
release: Ombi v$(appveyor_build_version)
auth_token:
secure: jDpp1/WUQl3uN41fNI3VeZoRZbDiDfs3GPQ1v+C5ZNE3cWdnUvuJfCCfUbYUV1Rp
draft: true
on:
branch: master