ignoring hostkey checking

This commit is contained in:
Chris Hall 2022-09-16 09:28:57 -07:00
parent aa410164fe
commit f81252cebe

View File

@ -31,4 +31,4 @@ jobs:
run: | run: |
eval `ssh-agent -s` eval `ssh-agent -s`
ssh-add - <<< "$DEPLOY_PRIVATE_KEY" ssh-add - <<< "$DEPLOY_PRIVATE_KEY"
ssh ${DEPLOY_HOST} -C "echo $HOST" ssh -o StrictHostKeyChecking=no deploy@${DEPLOY_HOST} uptime