From 9380160f6b79294c409ec756c3b2d174fab768e2 Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Thu, 10 Nov 2022 08:16:37 -0500 Subject: [PATCH] Testing CI --- .woodpecker.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 62746ca..ebd9a37 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,4 @@ pipeline: 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} secrets: [ DEPLOY_USER, DEPLOY_PATH, DEPLOY_HOST, DEPLOY_PASSWORD ]