From a8a7a6130f5d59dd5fa5b178fc45000a5bf214d4 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 18 Dec 2022 16:47:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20CICD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7085b82..86a8412 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: - echo "$SSH_KEY" >> ~/.ssh/id_rsa - echo "$SSH_CONFIG" >> ~/.ssh/config - echo "$SSH_KEY" | ssh-add - - - ssh-keyscan -P 222 git.struchkov.dev >> ~/.ssh/known_hosts + - ssh-keyscan -p 222 git.struchkov.dev >> ~/.ssh/known_hosts - echo "test" >> test.txt - git add --all - git commit -m test