added ssh -V
This commit is contained in:
parent
9527462a9b
commit
060776cfc5
1 changed files with 1 additions and 0 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue