From 873e7217aa516c1c14a400dc5f9b1e91717148ef Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Thu, 23 Feb 2023 20:22:56 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6ebdfbc..2d834b8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -135,7 +135,8 @@ steps: - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}" - git remote add deploy ssh://git@git.struchkov.dev/Telegram-Bots/gitlab-notification.git - cd documentation - - mike deploy --prefix gitlab-notification --branch docs-deploy --remote deploy --push --update-aliases develop + - mike deploy --prefix gitlab-notification --branch docs-deploy --update-aliases develop + - git push deploy HEAD:docs-deploy image_pull_secrets: - DOCKER_AUTH @@ -147,6 +148,6 @@ volumes: --- kind: signature -hmac: 6a9f7ebe49fa8ba283d5ab28291a66de44027380d159142b422999087fa931cc +hmac: 3910c70de927dc9da8e879ffb9e3adb9551f99f100f551bf72b5772dc15ff886 ...