Skip to content

Commit

Permalink
forgot to chmod the decrypted key
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Mar 25, 2014
1 parent 2ddbb16 commit 1446ebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ after_success:
- rvm prepare $RUBY
- cat < .known_hosts >> ~/.ssh/known_hosts
- openssl aes-256-cbc -pass env:UPLOAD_PASSWORD -d -in travis_rsa.enc -out travis_rsa
- chmod 600 travis_rsa
- scp -i travis_rsa $RUBY.tar.bz2 [email protected]:~/
after_failure:
- find $rvm_path/log/ -type f | xargs ls -t | head -n 1 | xargs cat
Expand Down

0 comments on commit 1446ebe

Please sign in to comment.