organizing env variables and white label stuff

This commit is contained in:
Carter 2025-04-16 09:33:40 -06:00
parent bd852c083a
commit 0ed8d961f6
7 changed files with 20 additions and 17 deletions

View file

@ -303,9 +303,6 @@ deploy:development:
- cat /etc/os-release
- "echo DEPLOY_TARGET=${DEPLOY_TARGET}"
- "echo DOCKER_HOST=${DOCKER_HOST}"
- "echo \"Dev Key length: ${#DEVELOPMENT_SSH_PRIV_KEY}\""
# - "echo \"Staging Key length: ${#STAGING_SSH_PRIV_KEY}\""
# - "echo \"$STAGING_SSH_PRIV_KEY\" | tr -d '\r' | ssh-add - > /dev/null"
- "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 -S deploy-ctrl-socket -O check ${DEPLOY_TARGET}"