From 02d83d466b54b59b8518ab24c1100794462ad4e4 Mon Sep 17 00:00:00 2001 From: eric Liu Date: Mon, 18 Sep 2023 04:54:32 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2a43e7c..6fbe077 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,9 +30,9 @@ steps: hugo_version: 0.97.0 extended: true minify: true - url: ericxliu.me + url: "http://ericxliu.me" validate: false - output: "/output" + output: /output - name: ls-file image: alpine/git volumes: @@ -50,7 +50,7 @@ steps: remote: "git@git.ericxliu.me:eric/ericxliu-me.git" force: true commit: true - path: "/output" + path: /output commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}" author_name: "Eric Liu" author_email: "eric@ericxliu.me"