From 3c987a9c72ddc82f59dabfe6fb97052385c42624 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 18 Dec 2022 06:25:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20ss?= =?UTF-8?q?h=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d8ca534..ba2e1f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,7 @@ steps: SSH_KEY: from_secret: SSH_KEY commands: + - eval $(ssh-agent -s) - echo "$SSH_KEY" | ssh-add - - mkdir -p ~/.ssh - chmod 700 ~/.ssh