From 3646774a869107fcb580e7b089c5c143980b2c3e Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Thu, 10 Nov 2022 08:06:40 -0500 Subject: [PATCH] Testing CI --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5201e56..a62410b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,3 +8,4 @@ pipeline: commands: - export - sshpass -p $${DEPLOY_PASSWORD} rsync -avzr -e ssh /src/ $${DEPLOY_USER}@$${DEPLOY_HOST}:$${DEPLOY_PATH} + secrets: [ DEPLOY_USER, DEPLOY_PATH, DEPLOY_HOST, DEPLOY_PASSWORD ]