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