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

This commit is contained in:
Struchkov Mark 2022-12-18 16:46:08 +03:00
parent 1785a5d819
commit e97e33282d

View File

@ -28,7 +28,7 @@ steps:
- echo "$SSH_KEY" >> ~/.ssh/id_rsa - echo "$SSH_KEY" >> ~/.ssh/id_rsa
- echo "$SSH_CONFIG" >> ~/.ssh/config - echo "$SSH_CONFIG" >> ~/.ssh/config
- echo "$SSH_KEY" | ssh-add - - echo "$SSH_KEY" | ssh-add -
- ssh-keyscan public-git >> ~/.ssh/known_hosts - ssh-keyscan github.com >> ~/.ssh/known_hosts
- echo "test" >> test.txt - echo "test" >> test.txt
- git add --all - git add --all
- git commit -m test - git commit -m test