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

This commit is contained in:
Struchkov Mark 2022-12-18 14:30:27 +03:00
parent cc79b67b9b
commit d43e2150d8

View File

@ -28,7 +28,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 git@git.struchkov.dev:222/Godfather-Bots/godfather.git - git remote add deploy ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git
- git push deploy HEAD:master - git push deploy HEAD:master
# - ssh-keyscan -t rsa git.struchkov.dev >> ~/.ssh/known_hosts # - ssh-keyscan -t rsa git.struchkov.dev >> ~/.ssh/known_hosts