From cb936bd6b6e6270f6c46c2a6ff1bdd5306c96088 Mon Sep 17 00:00:00 2001 From: natenom Date: Wed, 29 Mar 2023 22:32:56 +0200 Subject: [PATCH] fix variable --- .woodpecker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f2e57eb..1726011 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,10 +10,9 @@ 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 ] -branches: main \ No newline at end of file +branches: main