1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00

Store encryption key on correct repository

This commit is contained in:
Luke Ceddia 2019-01-05 00:04:18 +11:00
parent de6b2f81f3
commit 57ff653f69
2 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,7 @@ addons:
packages:
- p7zip-full
before_deploy:
- openssl aes-256-cbc -K $encrypted_6103193d0555_key -iv $encrypted_6103193d0555_iv
- openssl aes-256-cbc -K $encrypted_efd51ce9e893_key -iv $encrypted_efd51ce9e893_iv
-in .travis/travis-qb64.org_rsa.enc -out /tmp/travis-qb64.org_rsa -d
- eval "$(ssh-agent -s)"
- chmod 600 /tmp/travis-qb64.org_rsa
@ -33,3 +33,4 @@ deploy:
branch:
- development
- master
before_install:

Binary file not shown.