From f85b049b328670376006dfe57e89ae5f2bc293f5 Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Thu, 10 Nov 2022 08:02:12 -0500 Subject: [PATCH] Testing CI --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ea0ad00..eaeff71 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,4 +6,4 @@ pipeline: deploy: image: jbrechtel/rsync:latest commands: - - sshpass -p ${DEPLOY_PASSWORD} rsync -avzr -e ssh /src/ ${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH} + - sshpass -p $${DEPLOY_PASSWORD} rsync -avzr -e ssh /src/ $${DEPLOY_USER}@$${DEPLOY_HOST}:$${DEPLOY_PATH}