diff --git a/.drone.yml b/.drone.yml index e27b4dc..0a5f645 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: # See https://github.com/drone/drone/issues/2692 # write the ssh key to disk - mkdir /root/.ssh - - echo -n "$SSH_KEY" > /root/.ssh/id_rsa + - echo -e "$SSH_KEY" > /root/.ssh/id_rsa - chmod 600 /root/.ssh/id_rsa - stat /root/.ssh/id_rsa