From ca8fe07e869d5bd47ed2678da4a491a50e94a932 Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Thu, 10 Nov 2022 08:13:09 -0500 Subject: [PATCH] Testing CI --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 62746ca..106304f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,4 +10,4 @@ pipeline: - mkdir -p $HOME/.ssh - ssh-keyscan -t rsa $DEPLOY_HOST >> $HOME/.ssh/known_hosts - 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 ] + secrets: [ DEPLOY_USER, DEPLOY_PATH, DEPLOY_HOST, DEPLOY_PASSWORDX ]