From 6bf34a5455700b963ff87ad8c73410bc475cb716 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 19 Feb 2023 17:55:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B4=D0=B0=D1=87?= =?UTF-8?q?=D0=B0=20=D1=81=D0=B3=D0=B5=D0=BD=D0=B5=D1=80=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE=20=D1=81=D0=B0=D0=B9?= =?UTF-8?q?=D1=82=D0=B0=20=D0=BD=D0=B0=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5?= =?UTF-8?q?=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3d40932..5cf761b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -120,7 +120,7 @@ steps: SSH_DEPLOY_USER: from_secret: SSH_DEPLOY_USER commands: - - ssh -v + - ssh -V - mkdocs build - which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y ) - eval $(ssh-agent -s) @@ -134,6 +134,6 @@ steps: --- kind: signature -hmac: ff6451d85044170193614c5b4e353477598e8c078a0634295e02ed8c15b941ae +hmac: dbbcd47c7e891084912f74bafd019c43b1a5d5e3bd57b8bdd1871b68c11ea4f2 ...