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:41:05 +00:00
parent ac1079f9f4
commit e6e229ea84

View File

@ -16,10 +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
- chmod 600 ~/.ssh/id_rsa
- chmod 644 ~/.ssh/id_rsa.pub
- cat ~/.ssh/id_rsa.pub
- cat ~/.ssh/id_rsa
- echo "$SSH_PRIV" > ~/.ssh/id_ed25519
- echo "$SSH_PUB" > ~/.ssh/id_ed25519.pub
- chmod 600 ~/.ssh/id_ed25519
- chmod 644 ~/.ssh/id_ed25519.pub
- ssh-add