From cc79b67b9b7d598fc75a0fbc33b1643206544864 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 18 Dec 2022 14:29:26 +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 deletion(-) diff --git a/.drone.yml b/.drone.yml index 81aabcb..6970916 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,6 @@ steps: - chmod 700 ~/.ssh - echo "test" >> test.txt - git add --all - - git diff-index --quiet HEAD --ignore-submodules - git commit -m test - git remote add deploy git@git.struchkov.dev:222/Godfather-Bots/godfather.git - git push deploy HEAD:master