diff --git a/.drone.yml b/.drone.yml index 7583993..e5b469d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -124,11 +124,11 @@ steps: - echo "$SSH_DEPLOY_KEY" >> ssh-add - - mkdir -p ~/.ssh - chmod 700 ~/.ssh - # - ssh-keyscan $SSH_DEPLOY_HOST >> ~/.ssh/known_hosts - # - chmod 644 ~/.ssh/known_hosts + - ssh-keyscan $SSH_DEPLOY_HOST >> ~/.ssh/known_hosts + - chmod 644 ~/.ssh/known_hosts - scp -P $SSH_DEPLOY_PORT ./site $SSH_DEPLOY_HOST:$SSH_DEPLOY_PATH --- kind: signature -hmac: 36908a2d4ae532848639ea809f83821f07e07f38869aa2f834a85184efb546a6 +hmac: e126987455084727c01c134338e790b2738af7da5799e566402f9d16c75d357b ...