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

This commit is contained in:
Struchkov Mark 2022-12-18 06:40:31 +03:00
parent 93b4944929
commit b269d2295b

View File

@ -19,6 +19,7 @@ steps:
SSH_KEY:
from_secret: SSH_KEY
commands:
- mkdir -p /root/.ssh/
- echo "SSH_KEY" >> /root/.ssh/id_rsa
- echo "$GPG_PRIVATE_KEY" >> gpg.key
- echo "$MAVEN_SETTINGS" >> maven-settings.xml