CI: agregar dropbear-dbclient requerido por scp
Some checks failed
continuous-integration/woodpecker the build failed

This commit is contained in:
Cat /dev/Nulo 2021-11-17 20:10:41 -03:00
parent 36f6d683f2
commit 347014a23a

View file

@ -10,7 +10,7 @@ pipeline:
upload:
image: docker.io/alpine:3.14
commands:
- apk add dropbear-scp
- apk add dropbear-dbclient dropbear-scp
- mkdir -p ~/.ssh
- echo "$${SSH_KEY}" | base64 -d >> ~/.ssh/id_dropbear
- echo "nulo.in ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHgHIbf5/jkeyLMndnWlEO12DPj41YPqkmz+aIreVOsP" >> ~/.ssh/known_hosts