diff --git a/travis/deploy.sh b/travis/deploy.sh index ee01d9f..703372e 100755 --- a/travis/deploy.sh +++ b/travis/deploy.sh @@ -2,7 +2,7 @@ SSH_KEY=travis/travisci_builder_id_key -chmod 644 ${SSH_KEY} +chmod 600 ${SSH_KEY} BASE_DIR="BUILD_${BUILD_TARGET}_static/INSTALL"