update about page and CI config
Some checks failed
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
2025-01-05 16:09:02 -06:00
parent 37fdf201bd
commit 9109ac4d33
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ steps:
- eval $(ssh-agent -s)
- echo "$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.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 ]