packpack - add full path to deply_rsa.enc

This commit is contained in:
Andy Bauer 2017-04-15 09:36:53 -05:00
parent 3b1ef579d5
commit f10d3f10a0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ script:
before_deploy:
- openssl aes-256-cbc -K $encrypted_92a2ad18ba0b_key -iv $encrypted_92a2ad18ba0b_iv
-in deploy_rsa.enc -out /tmp/deploy_rsa -d
-in ./utils/packpack/deploy_rsa.enc -out /tmp/deploy_rsa -d
- eval "$(ssh-agent -s)"
- chmod 600 /tmp/deploy_rsa
- ssh-add /tmp/deploy_rsa