From 9bc76f0d9429409118d4bccf40f779a9f9028555 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 18 Dec 2022 10:32:20 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 49e4c44..be1240e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,7 @@ steps: SSH_KEY: from_secret: SSH_KEY commands: + - echo "test" >> text.txt - git status # - eval $(ssh-agent -s) # - echo "$SSH_KEY" | ssh-add -