From 3ded05830c56887144c82351d36e41f6f7af7fcf Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 14 Dec 2019 21:08:50 -0600 Subject: [PATCH] Referencing correct deployment key --- pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.yml b/pipeline.yml index 00302da..3a6761c 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -124,7 +124,7 @@ jobs: - -c - | eval `ssh-agent -s` - ssh-add <(echo "(())") + ssh-add <(echo "${DEPLOY_KEY}") mkdir -p ~/.ssh ssh-keyscan -p ${DEPLOY_PORT} ${DEPLOY_HOST} >> ~/.ssh/known_hosts mkdir /tmp/deploy