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

This commit is contained in:
Vri 🌈 2023-03-29 21:58:41 +02:00
parent 31c091e141
commit 4d06714637
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -9,7 +9,7 @@ pipeline:
image: archlinux
commands:
- mkdir -p ~/.ssh
- echo "$SSH-KEY" > ~/.ssh/id_25519
- echo "$SSH_KEY" > ~/.ssh/id_25519
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
secrets: [ ssh-key ]
@ -17,7 +17,7 @@ pipeline:
image: archlinux
commands:
- pacman -Syu --noconfirm openssh rsync
- rsync -rv -e "ssh -p $SSH-PORT -i ~/.ssh/id_ed25519" /woodpecker/build/ woodpecker@$SSH-HOST:/home/woodpecker/build/vrifox.cc/ --checksum
secrets: [ ssh-port, ssh-host ]
- rsync -rv -e "ssh -p $SSH_PORT -i ~/.ssh/id_ed25519" /woodpecker/build/ woodpecker@$SSH_HOST:/home/woodpecker/build/vrifox.cc/ --checksum
secrets: [ ssh_port, ssh_host ]
branches: main