#1214 Change mode of ssh key

This commit is contained in:
Sean Mac Gillicuddy 2019-07-12 12:32:12 +01:00
parent f25d26439c
commit 5607102456

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: