1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 08:00:37 +00:00

Supply appveyor with ssh key too

This commit is contained in:
Luke Ceddia 2019-01-04 23:52:41 +11:00
parent 49857f6494
commit de6b2f81f3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -11,7 +11,7 @@ build_script:
- cmd: .travis\appveyor.bat
install:
- nuget install secure-file -ExcludeVersion
- cmd: secure-file\tools\secure-file -decrypt .travis\qb64.org_rsa.enc -secret %sshkey% -out %userprofile%\.ssh\id_rsa
- cmd: secure-file\tools\secure-file -decrypt .travis\appveyor-qb64.org_rsa.enc -secret %sshkey% -out %userprofile%\.ssh\id_rsa
deploy_script:
- ps: .travis\appveyor-deploy.ps1
test: off