From b9c29d223f8bb41db8f723da254288f312c90102 Mon Sep 17 00:00:00 2001 From: eric Liu Date: Mon, 18 Sep 2023 02:40:54 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: