From be2332d370a5d1511fc674349d41fff1452a4325 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 18 Dec 2022 14:37:00 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9832af2..28a1b45 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,10 +22,10 @@ steps: commands: - echo "test" >> text.txt - eval $(ssh-agent -s) - - echo "$SSH_KEY" | ssh-add - - - ls -la ~/.ssh - mkdir -p ~/.ssh - chmod 700 ~/.ssh + - echo "$SSH_KEY" | ssh-add - + - ls -la ~/.ssh - echo "test" >> test.txt - git add --all - git commit -m test