add SSH :/
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Olivier 'reivilibre' 2021-08-01 21:19:11 +01:00
parent 7092667208
commit 3076b2939d
1 changed files with 1 additions and 1 deletions

View File

@ -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