[CI/CD] fix secret name
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vri 🌈 2023-03-29 22:14:00 +02:00
parent 6c747b1e90
commit 21068db339
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

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