Add a github deploy key for merges from SF

This commit is contained in:
David Lewis 2018-03-22 01:43:06 -07:00
parent 829cf39f35
commit d5a571380a
2 changed files with 6 additions and 0 deletions

View File

@ -25,3 +25,9 @@ deploy:
on:
repo: FreeCol/freecol
branch: slim
before_install:
- openssl aes-256-cbc -K $encrypted_57654742c400_key -iv $encrypted_57654742c400_iv
-in ./.travis/freecol-deploy-key.enc -out freecol-deploy-key -d
- chmod 600 github_deploy_key
- eval $(ssh-agent -s)
- ssh-add github_deploy_key

Binary file not shown.