update woodpecker conf
This commit is contained in:
parent
c9e804db63
commit
2635ebb57b
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue