Настройка CICD
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2022-12-18 14:42:40 +03:00
parent a92893e63f
commit 10a07b322a

View File

@ -32,7 +32,7 @@ steps:
- echo "test" >> test.txt - echo "test" >> test.txt
- git add --all - git add --all
- git commit -m test - git commit -m test
- git remote add deploy ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git - git remote add deploy ssh://git@public-git/Godfather-Bots/godfather.git
- git remote -v - git remote -v
- git push deploy HEAD:master - git push deploy HEAD:master