update woodpecker conf

This commit is contained in:
Simon Vieille 2025-10-12 19:52:01 +02:00
commit 2635ebb57b
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -6,6 +6,11 @@ steps:
deploy:
image: eeacms/rsync
secrets: [ssh_user_host, ssh_priv_key]
environments:
SSH_USER_HOST:
from_secret: ssh_user_host
SSH_PRIV_KEY:
from_secret: ssh_priv_key
commands:
- mkdir "$HOME/.ssh"
- echo "$SSH_PRIV_KEY" > "$HOME/.ssh/id_ed25519"