From 3076b2939de8b255fb829eab7ddeb43dad4d8b9b Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Sun, 1 Aug 2021 21:19:11 +0100 Subject: [PATCH] add SSH :/ --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6cffe26..59b31bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: from_secret: DEPLOY_SSH_KEY commands: # warning! Doesn't seem to like hashed known_hosts... - cargo install -q mdbook - - apt-get -qq update && apt-get -yqq install rsync + - apt-get -qq update && apt-get -yqq install rsync ssh - cd docs - mdbook build - echo "$DEPLOY_SSH_KEY" > /tmp/rsync_key