diff --git a/.drone.yml b/.drone.yml index b487c14..29c933e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: commands: - mkdir -p $HOME/.ssh - echo "$SSH_KEY" > $HOME/.ssh/id_rsa - - ssh-keyscan -H git@git.ericxliu.me > ~/.ssh/known_hosts 2> /dev/null + - ssh-keyscan -H git@git.ericxliu.me > $HOME/.ssh/known_hosts 2> /dev/null - git clone --branch gitea-pages git@git.ericxliu.me:eric/ericxliu-me.git /output - name: build image: plugins/hugo