Update .drone.yml
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Eric X. Liu 2023-09-18 03:43:58 +00:00
parent 581f0c3f00
commit c37a689f2b

View File

@ -13,6 +13,8 @@ steps:
commands:
- mkdir -p $HOME/.ssh
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
- touch $HOME/.ssh/known_hosts
- ssh-keyscan -H git@your.gitserver.com > $HOME/.ssh/known_hosts
- git clone --branch gitea-pages git@git.ericxliu.me:eric/ericxliu-me.git /output
- name: build
image: plugins/hugo