diff --git a/.drone.yml b/.drone.yml index e385fa9..f12d212 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: - 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 - environment: + environment: SSH_KEY: - from_secret: drone_ssh_key + from_secret: drone_ssh_key \ No newline at end of file