Настройка dev сборки документации
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2023-02-23 22:09:19 +03:00
parent 13b6dfac49
commit 24c52bd551
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6

View File

@ -135,7 +135,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/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