Disable SSH host key checking for Woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Anthony Wang 2022-01-20 18:36:13 -06:00
parent 91d7263b35
commit 88158f9736
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -16,5 +16,5 @@ pipeline:
commands:
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_KEY")
- rsync -r website/public/* ta180m@localhost:/srv/http/pages/ta180m
- rsync -e "ssh -o StrictHostKeyChecking=no" -r website/public/* ta180m@localhost:/srv/http/pages/ta180m
secrets: [ ssh_key ]