From 1c3ddfa1e122999befa01608e2ed00bc163844d6 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Thu, 23 Feb 2023 20:26:50 +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=20dev=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 898f3cb..b1d539c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -137,6 +137,8 @@ steps: - cd documentation - mike deploy --prefix gitlab-notification --branch docs-deploy --update-aliases develop - git log + - git status + - git branch - git remote -v - git push deploy HEAD:docs-deploy