diff --git a/.drone.yml b/.drone.yml index 39318ac..445e617 100644 --- a/.drone.yml +++ b/.drone.yml @@ -131,7 +131,7 @@ steps: - 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:222/Telegram-Bots/gitlab-notification.git . + - git clone ssh://${DRONE_GIT_SSH_URL} . - git checkout $DRONE_COMMIT - cd documentation/ru - mike deploy --prefix gitlab-notification/ru --branch docs-deploy --push --update-aliases develop