From a2b64cc514af344907ff4e9175db4fd440061c8d Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Thu, 10 Nov 2022 08:12:27 -0500 Subject: [PATCH] Testing CI --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 80ed165..62746ca 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,6 +6,7 @@ pipeline: deploy: image: jbrechtel/rsync:latest commands: + - ./ci-deploy - 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}