Fix permissions of encrypted RSA key

This commit is contained in:
Daniil Gentili 2018-02-21 12:58:17 +01:00
parent 925fa88de1
commit 250ca0b074
No known key found for this signature in database
GPG Key ID: 259900308520B573

View File

@ -6,6 +6,7 @@ before_install:
-in madeline_rsa.enc -out madeline_rsa -d
- echo "phar.readonly = 0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- eval "$(ssh-agent -s)"
- chmod 600 madeline_rsa
- ssh-add madeline_rsa
script: