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

This commit is contained in:
Struchkov Mark 2023-02-23 20:28:37 +03:00
parent 1c3ddfa1e1
commit 901589f91c
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6

View File

@ -135,10 +135,11 @@ steps:
- git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}" - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
- 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
- cd documentation - cd documentation
- mike deploy --prefix gitlab-notification --branch docs-deploy --update-aliases develop
- git log
- git status
- git branch - git branch
- mike deploy --prefix gitlab-notification --branch docs-deploy --update-aliases develop
- git checkout docs-deploy
- git branch
- git log
- git remote -v - git remote -v
- git push deploy HEAD:docs-deploy - git push deploy HEAD:docs-deploy