got rid of some output

This commit is contained in:
Carter 2025-06-11 10:45:01 -06:00
parent f6d57ef83b
commit 0ef399f5d8

View file

@ -303,8 +303,8 @@ deploy:development:
- "eval $(ssh-agent -s)" - "eval $(ssh-agent -s)"
- ssh -V - ssh -V
- cat /etc/os-release - cat /etc/os-release
- "echo DEPLOY_TARGET=${DEPLOY_TARGET}" # - "echo DEPLOY_TARGET=${DEPLOY_TARGET}"
- "echo DOCKER_HOST=${DOCKER_HOST}" # - "echo DOCKER_HOST=${DOCKER_HOST}"
- "echo \"$DEVELOPMENT_SSH_PRIV_KEY\" | tr -d '\r' | ssh-add - " - "echo \"$DEVELOPMENT_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}" # - "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}" # - "ssh -S deploy-ctrl-socket -O check ${DEPLOY_TARGET}"