mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-07-15 22:51:01 +02:00
ignoring hostkey checking
This commit is contained in:
parent
aa410164fe
commit
f81252cebe
2
.github/workflows/eslint copy.yml
vendored
2
.github/workflows/eslint copy.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user