Настройка dev сборки документации
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2023-02-23 21:46:12 +03:00
parent f210913273
commit 430b41bc7a
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6

View File

@ -134,7 +134,7 @@ steps:
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
- git config --global user.name "${DRONE_COMMIT_AUTHOR_NAME}" - git config --global user.name "${DRONE_COMMIT_AUTHOR_NAME}"
- git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}" - 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://git@git.struchkov.dev/Telegram-Bots/gitlab-notification.git .
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
- git branch - git branch
# - git remote add deploy ssh://git@git.struchkov.dev/Telegram-Bots/gitlab-notification.git # - git remote add deploy ssh://git@git.struchkov.dev/Telegram-Bots/gitlab-notification.git