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

This commit is contained in:
Eric X. Liu 2023-09-18 02:51:22 +00:00
parent 4de0eef90a
commit a11297dd75

View File

@ -13,7 +13,6 @@ steps:
commands: commands:
- mkdir -p $HOME/.ssh - mkdir -p $HOME/.ssh
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa - echo "$SSH_KEY" > $HOME/.ssh/id_rsa
- chmod 600 $HOME/.ssh/known_hosts
- ssh-keyscan -H git@git.ericxliu.me > ~/.ssh/known_hosts 2> /dev/null - ssh-keyscan -H git@git.ericxliu.me > ~/.ssh/known_hosts 2> /dev/null
- git clone --branch gitea-pages git@git.ericxliu.me:eric/ericxliu-me.git /output - git clone --branch gitea-pages git@git.ericxliu.me:eric/ericxliu-me.git /output
- name: build - name: build