From 7b5811e0cfb663491914c24ad64325b0717fe7ea Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 18 Dec 2022 06:22:31 +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 ecfd9e8..bfac841 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,7 @@ steps: SSH_KEY: from_secret: SSH_KEY commands: + - apt-get install gnupg - which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y ) - eval $(ssh-agent -s) - echo "$SSH_KEY" | ssh-add -