From 0b83704103b83dafe17633feda7278682960aa01 Mon Sep 17 00:00:00 2001 From: Stefan H Date: Sun, 5 Feb 2023 22:20:00 +0100 Subject: [PATCH] 4th try DroneCI --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 71fc19d..9cfe2f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,7 @@ commands: image: drillster/drone-rsync commands: - eval `ssh-agent -s` - - echo "$SSH\_KEY" | ssh-add - + - echo "$SSH_KEY" | ssh-add - - mkdir -p ~/.ssh - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - rsync -rv -e "ssh -p 22" /drone/src/build/ root@server4.unhb.de:/tmp/test/ --checksum