diff --git a/.drone.yml b/.drone.yml index bc6e20f..c0d1c1e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: SSH_PUB: from_secret: ssh-pub KNOWN_HOSTS: - from_secret: known-hosts # this is just $(ssh-keyscan leonetienne.de) + from_secret: known-hosts # this is just $(ssh-keyscan -p 2222 leonetienne.de) commands: - cd "GCryptLib/doxygen" - apt-get update