using streamline private key for deployment

This commit is contained in:
Carter 2025-06-11 12:27:39 -06:00
parent b89a539dd7
commit a85c958d04

View file

@ -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