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

This commit is contained in:
Struchkov Mark 2022-12-18 10:34:28 +03:00
parent ee3e25993a
commit d608b6ffd3

View File

@ -23,6 +23,8 @@ steps:
- echo "test" >> text.txt - echo "test" >> text.txt
- git add --all - git add --all
- git status - git status
- git commit -m "test"
- git push
# - eval $(ssh-agent -s) # - eval $(ssh-agent -s)
# - echo "$SSH_KEY" | ssh-add - # - echo "$SSH_KEY" | ssh-add -
# - mkdir -p ~/.ssh # - mkdir -p ~/.ssh