diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b4e53f..b64944b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -205,6 +205,7 @@ staging:deploy: before_script: &staging_tunnel - "apk --update add openssh-client" - "eval $(ssh-agent -s)" + - ssh -V # - "echo \"$STAGING_SSH_PRIV_KEY\" | tr -d '\r' | ssh-add - > /dev/null" - "echo \"$STAGING_SSH_PRIV_KEY\" | tr -d '\r' | ssh-add - " # - "ssh -Mo StrictHostKeyChecking=no -S deploy-ctrl-socket -fnNTL /var/run/docker.sock:/var/run/docker.sock ${DEPLOY_TARGET}"