From 4fa7a47eeb29114e60f98b492e95162abb0029f7 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Thu, 23 Feb 2023 21:40:53 +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, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d8e94bb..0230d9a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -127,15 +127,14 @@ steps: - eval $(ssh-agent -s) - mkdir -p ~/.ssh - echo "$GIT_SSH" >> ~/.ssh/id_rsa - - echo "$SSH_CONFIG" >> ~/.ssh/config - - echo "$SSH_CONFIG" +# - echo "$SSH_CONFIG" >> ~/.ssh/config - chmod 700 ~/.ssh - chmod 600 ~/.ssh/id_rsa - ssh-keyscan -p 222 git.struchkov.dev >> ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts - git config --global user.name "${DRONE_COMMIT_AUTHOR_NAME}" - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}" - - git clone ssh://git@git.struchkov.dev/Telegram-Bots/gitlab-notification.git . + - git clone ssh://git@git.struchkov.dev:222/Telegram-Bots/gitlab-notification.git . - git checkout $DRONE_COMMIT - git branch # - git remote add deploy ssh://git@git.struchkov.dev/Telegram-Bots/gitlab-notification.git