Настройка CICD
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2022-12-18 10:33:21 +03:00
parent 2464251311
commit ee3e25993a

View File

@ -21,7 +21,7 @@ steps:
from_secret: SSH_KEY from_secret: SSH_KEY
commands: commands:
- echo "test" >> text.txt - echo "test" >> text.txt
- git add -all - git add --all
- git status - git status
# - eval $(ssh-agent -s) # - eval $(ssh-agent -s)
# - echo "$SSH_KEY" | ssh-add - # - echo "$SSH_KEY" | ssh-add -