From a85c958d046283389978ae222355ce57bcb5de3b Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 11 Jun 2025 12:27:39 -0600 Subject: [PATCH] using streamline private key for deployment --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8f6158..244c0ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -399,7 +399,7 @@ deploy:streamline: before_script: &deploy_tunnel - "apk --update add openssh-client" - "eval $(ssh-agent -s)" - - "echo \"$DEPLOY_SSH_PRIV_KEY\" | tr -d '\r' | ssh-add - > /dev/null" + - "echo \"$STREAMLINE_SSH_PRIV_KEY\" | tr -d '\r' | ssh-add - > /dev/null" # - "ssh -Mo StrictHostKeyChecking=no -S deploy-ctrl-socket -fnNTL /var/run/docker.sock:/var/run/docker.sock ${DEPLOY_TARGET}" # - "ssh -S deploy-ctrl-socket -O check ${DEPLOY_TARGET}" - mkdir -p ~/.ssh