Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Leon Etienne 2022-10-25 20:38:40 +00:00
parent 87a7836ad0
commit ac1079f9f4

View File

@ -16,8 +16,8 @@ steps:
- apt-get install openssh-client -y
- eval "$(ssh-agent -s)"
- mkdir -p ~/.ssh
- echo $SSH_PRIV > ~/.ssh/id_rsa
- echo $SSH_PUB > ~/.ssh/id_rsa.pub
- echo "$SSH_PRIV" > ~/.ssh/id_rsa
- echo "$SSH_PUB" > ~/.ssh/id_rsa.pub
- chmod 600 ~/.ssh/id_rsa
- chmod 644 ~/.ssh/id_rsa.pub
- cat ~/.ssh/id_rsa.pub