[CI/CD] fix ssh installation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vri 🌈 2023-03-29 20:36:37 +02:00
parent 7cb298d0d8
commit c517190b85
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -8,7 +8,7 @@ pipeline:
upload:
image: archlinux
commands:
- pacman -Syu ssh
- pacman -Syu openssh
- eval `ssh-agent -s`
- echo "$SSH-KEY" | ssh-add -
- mkdir -p ~/.ssh