diff --git a/.drone.yml b/.drone.yml index 5cf761b..3ea67f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -125,7 +125,7 @@ steps: - which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y ) - eval $(ssh-agent -s) - mkdir -p ~/.ssh - - echo "$SSH_DEPLOY_KEY" >> ~/.ssh/id_rsa + - echo "$SSH_DEPLOY_KEY" > ~/.ssh/id_rsa - chmod 700 ~/.ssh - chmod 600 ~/.ssh/id_rsa - ssh-keyscan -p $SSH_DEPLOY_PORT $SSH_DEPLOY_HOST >> ~/.ssh/known_hosts @@ -134,6 +134,6 @@ steps: --- kind: signature -hmac: dbbcd47c7e891084912f74bafd019c43b1a5d5e3bd57b8bdd1871b68c11ea4f2 +hmac: 131a63a1d5fd59781a1a7c413f31e97ccacdceb14b52982b285ac9f8f2a828c2 ...