woodpecker: add openssh client
ci/woodpecker/push/woodpecker Pipeline failed Details

main
Ariadne Conill 2022-08-02 18:17:58 -05:00
parent e08a0d9de4
commit 4e15786e77
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pipeline:
- |
mkdir $HOME/.ssh
echo "$SSH_KEY">$HOME/.ssh/id_ed25519
- apk add hugo rsync
- apk add hugo rsync openssh-client
- hugo
- rsync -avzHAX public/ kaniini@ariadne.space:public/
secrets: [SSH_KEY]