diff --git a/.drone.yml b/.drone.yml index bfa30f3..117794c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,13 @@ kind: pipeline name: default steps: +- name: git-clone + image: alpine/git + volumes: + - name: output + path: /output + commands: + - git clone --branch gitea-pages git@git.ericxliu.me:eric/ericxliu-me.git /output - name: build image: plugins/hugo volumes: