From 1e52497bc3fa917c7f983ee16d17661c66af3f63 Mon Sep 17 00:00:00 2001 From: tritoch Date: Thu, 13 Jul 2017 21:11:28 -0500 Subject: [PATCH] Update deploy.sh --- .travis/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis/deploy.sh b/.travis/deploy.sh index 58816e32..ae6ff8cd 100644 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -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