1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 10:00:23 +00:00

Different ssh key decryption method

This commit is contained in:
Luke Ceddia 2018-01-13 00:52:06 +11:00
parent 8268cb4f4e
commit 3646c950b4

View file

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