فهرست منبع

Fixes permissions on keys

paulm 11 سال پیش
والد
کامیت
5ed016f137
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -38,6 +38,8 @@ before_script:
 after_success:
 - hash=`git rev-parse HEAD`
 - cat $KEY > ~/.ssh/id_rsa
+- chmod 600 ~/.ssh/id_rsa
+- chmod 755 ~/.ssh
 - ssh -o StrictHostKeyChecking=no paul@itscovarr.com mkdir -p /var/www/storage/qgears/$hash/linux/
 - scp -o StrictHostKeyChecking=no ~/build/*.deb paul@itscovarr.com:/var/www/storage/qgears/$hash/linux/
 language: cpp