From 17301c6199226a162d4fba63474bd711359a8153 Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Thu, 10 Nov 2022 08:07:49 -0500 Subject: [PATCH] Testing CI --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6f4e6b6..1afcc20 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,5 +7,5 @@ pipeline: image: jbrechtel/rsync:latest commands: - export - - sshpass -p $${DEPLOY_PASSWORD} rsync -avzr -e ssh /src/ $${DEPLOY_USER}@$${DEPLOY_HOST}:$${DEPLOY_PATH} + - sshpass -p $${DEPLOY_PASSWORD} rsync -avzr -e ssh -o "StrictHostKeyChecking=no" /src/ $${DEPLOY_USER}@$${DEPLOY_HOST}:$${DEPLOY_PATH} secrets: [ DEPLOY_USER, DEPLOY_PATH, DEPLOY_HOST, DEPLOY_PASSWORD ]