From e03fe8b83e31bbda69937bca1af6727d94b1fbed Mon Sep 17 00:00:00 2001 From: Leon Etienne Date: Tue, 25 Oct 2022 21:22:44 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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