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

This commit is contained in:
Struchkov Mark 2022-12-18 06:49:39 +03:00
parent d780aba701
commit bf0e5a3c11

View File

@ -23,7 +23,7 @@ steps:
- echo "$SSH_KEY" | ssh-add -
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- ssh-keyscan ya.ru >> ~/.ssh/known_hosts
- ssh-keyscan https://ya.ru >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- echo "$GPG_PRIVATE_KEY" >> gpg.key
- echo "$MAVEN_SETTINGS" >> maven-settings.xml