From 22fceaedeed28247d9928b74f602de2eb84eff43 Mon Sep 17 00:00:00 2001 From: oDinZu Date: Sat, 14 May 2022 17:44:42 -0400 Subject: [PATCH] add comment about variable Signed-off-by: oDinZu --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 2f23c6c..89c73d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -54,6 +54,7 @@ steps: - eval `ssh-agent -s` - service ssh start - service ssh status + ## load updated ssh_config from secret of repo: StrictHostKeyChecking no - echo "$NO_HOSTKEY" > /etc/ssh/ssh_config - cat /etc/ssh/ssh_config ## add private key to ssh-agent for ssh-copy-id