test 1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
natenom 2023-03-29 22:30:47 +02:00
parent ddd9e65ddd
commit a0c925dac1

View file

@ -12,7 +12,9 @@ pipeline:
- mkdir -p /root/.ssh - mkdir -p /root/.ssh
- touch /root/.ssh/id_25519 - touch /root/.ssh/id_25519
- echo "$SSH_KEY" > /root/.ssh/id_25519 - echo "$SSH_KEY" > /root/.ssh/id_25519
- ls -l /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
- cat /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 - 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 ] secrets: [ ssh_key, ssh_port, ssh_host ]