diff --git a/.woodpecker.yml b/.woodpecker.yml index 842f5af..ebcb65a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ pipeline: secrets: [ ssh_key ] commands: - echo $SSH_KEY > /tmp/privateKey - - ssh -i /tmp/privateKey igor@vimes.dreamfall.space "cat /ec/os-release" + - ssh -o "StrictHostKeyChecking=no" -i /tmp/privateKey igor@vimes.dreamfall.space "cat /ec/os-release" publish: image: plugins/ansible