Merge pull request #1286 from kiwix/feature/macgills/#1214-chmod-ssh-key

#1214 Change mode of ssh key
This commit is contained in:
Kelson 2019-07-12 14:09:55 +02:00 committed by GitHub
commit f84684d2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,7 @@ before_deploy:
- export UNIVERSAL_RELEASE_APK=$OUTPUT_DIR/release/*universal*.apk
- export UNIVERSAL_DEBUG_APK=$OUTPUT_DIR/debug/*universal*.apk
- export SSH_KEY=travisci_builder_id_key
- chmod 600 $SSH_KEY
deploy: