From 32659ade9ced8364496ada83f133c9b501fe3bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 22 Mar 2017 00:19:40 +0100 Subject: [PATCH] Fixed path of decrypted key --- auto-push-master.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/auto-push-master.sh b/auto-push-master.sh index 87ffb5f..f6c9e5b 100644 --- a/auto-push-master.sh +++ b/auto-push-master.sh @@ -27,6 +27,7 @@ else echo "Error while decrypting key." fi set -x + mv travis-deploy-key-id_rsa ~/.ssh/travis-deploy-key-id_rsa chmod 600 ~/.ssh/travis-deploy-key-id_rsa set +x eval `ssh-agent -s`