Добавил ssh key
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2022-12-18 06:23:17 +03:00
parent 7b5811e0cf
commit b2a32d99bd

View File

@ -19,7 +19,7 @@ steps:
SSH_KEY:
from_secret: SSH_KEY
commands:
- apt-get install gnupg
- apt-get install gnupg -y
- which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )
- eval $(ssh-agent -s)
- echo "$SSH_KEY" | ssh-add -