From ac1079f9f41894b0fa4c1990bf6818096f26aa37 Mon Sep 17 00:00:00 2001 From: Leon Etienne Date: Tue, 25 Oct 2022 20:38:40 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 652a37a..66c25c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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