Update deploy.sh

This commit is contained in:
tritoch
2017-07-13 21:11:28 -05:00
committed by GitHub
parent 39a6ba1464
commit 1e52497bc3

View File

@@ -71,7 +71,8 @@ openssl aes-256-cbc -K $ENCRYPTED_KEY -iv $ENCRYPTED_IV -in ../.travis/deploy_ke
chmod 600 ../deploy_key
eval `ssh-agent -s`
ssh-add ../deploy_key
ssh-agent -k
# Now that we're all set up, we can push.
git push $SSH_REPO $TARGET_BRANCH
ssh-agent -k