[CI/CD] fix secrets array
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vri 🌈 2023-03-29 21:10:02 +02:00
parent 517b52134f
commit ae0a302298
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -11,7 +11,7 @@ pipeline:
- mkdir -p ~/.ssh
- echo "$SSH-KEY" > ~/.ssh/id_25519
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
secrets: ssh-key
secrets: [ ssh-key ]
upload:
image: archlinux