fix variable
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
natenom 2023-03-29 22:32:56 +02:00 committed by vrifox
parent d5a03aef44
commit cb936bd6b6
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -10,8 +10,7 @@ pipeline:
commands:
- pacman -Syu --noconfirm openssh rsync
- mkdir -p /root/.ssh
- touch /root/.ssh/id_25519
- echo "$SSH_KEY" > /root/.ssh/id_25519
- echo "$SSH_KEY" > /root/.ssh/id_ed25519
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config
- rsync -rv -e "ssh -p $SSH_PORT -i /root/.ssh/id_ed25519" /woodpecker/build/ woodpecker@$SSH_HOST:/home/woodpecker/build/vrifox.cc/ --checksum
secrets: [ ssh_key, ssh_port, ssh_host ]