chore(deploy): Adjust path to deploy_key (#130)

This commit is contained in:
Michał Pierzchała
2017-08-07 12:49:32 +02:00
committed by Satyajit Sahoo
parent 3b779c6c04
commit 97e1fd88b7

View File

@@ -58,7 +58,7 @@ ENCRYPTED_IV=${!ENCRYPTED_IV_VAR}
openssl aes-256-cbc -K $ENCRYPTED_KEY -iv $ENCRYPTED_IV -in ../deploy_key.enc -out ../deploy_key -d
chmod 600 ../deploy_key
eval `ssh-agent -s`
ssh-add deploy_key
ssh-add ../deploy_key
# Now that we're all set up, we can push.
git push $SSH_REPO $TARGET_BRANCH