From e06696c12ecd9ae4ccccb5ddc547ce7462c3cb81 Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Sun, 16 Feb 2025 15:53:17 -0600 Subject: [PATCH] CI config changed --- .woodpecker/deploy.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index b27b82c..1da7195 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -18,7 +18,13 @@ steps: - rsync -atv --delete --progress public/ andrew@andrewnw.xyz:/home/andrew/andrewnw.xyz/ # - echo "$COM_SSH_DEPLOY_KEY" | tr -d '\r' | DISPLAY=":0.0" SSH_ASKPASS=~/.ssh/.print_ssh_password setsid ssh-add - # - rsync -atv --delete --progress public/ andrew@andrewnw.com:/home/andrew/andrewnw.com/ - secrets: [ ssh_host_key, ssh_deploy_key, ssh_passphrase ] + environment: + SSH_HOST_KEY: + from_secret: ssh_host_key + SSH_DEPLOY_KEY: + from_secret: ssh_deploy_key + SSH_PASSPHRASE: + from_secret: ssh_passphrase when: