mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
wip
This commit is contained in:
parent
58bceeda62
commit
e96e1f4c03
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,6 @@ os: Visual Studio 2019
|
||||||
environment:
|
environment:
|
||||||
nodejs_version: "12.13.1"
|
nodejs_version: "12.13.1"
|
||||||
typescript_version: "3.0.1"
|
typescript_version: "3.0.1"
|
||||||
APPVEYOR_RDP_PASSWORD: "Password10!"
|
|
||||||
github_auth_token:
|
github_auth_token:
|
||||||
secure: H/7uCrjmWHGJxgN3l9fbhhdVjvvWI8VVF4ZzQqeXuJwAf+PgSNBdxv4SS+rMQ+RH
|
secure: H/7uCrjmWHGJxgN3l9fbhhdVjvvWI8VVF4ZzQqeXuJwAf+PgSNBdxv4SS+rMQ+RH
|
||||||
|
|
||||||
|
@ -74,3 +73,6 @@ deploy:
|
||||||
draft: true
|
draft: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
|
on_finish:
|
||||||
|
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
Loading…
Add table
Add a link
Reference in a new issue