CI: agregar dropbear-dbclient requerido por scp
Some checks failed
continuous-integration/woodpecker the build failed
Some checks failed
continuous-integration/woodpecker the build failed
This commit is contained in:
parent
36f6d683f2
commit
347014a23a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue