diff options
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -20,8 +20,7 @@ steps: commands: - mkdir -p $HOME/.ssh - echo "$SSH_KEY" > $HOME/.ssh/id_ed25519 - - touch $HOME/.ssh/known_hosts - - chmod 600 $HOME/.ssh/known_hosts + - chmod 600 $HOME/.ssh/id_ed25519 - ssh-keyscan -H m0e.space > $HOME/.ssh/known_hosts 2> /dev/null - cd /public - git pull origin master |
