From 877ab486458a355fc3ebe68468f870e331cee0ba Mon Sep 17 00:00:00 2001 From: eric Liu Date: Mon, 11 Sep 2023 03:39:05 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7c14255..c251682 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: pull: always url: ericxliu.me validate: false - output: "./output" + output: "/output" mtu: 1450 - name: git-push image: appleboy/drone-git-push:0.2.0-linux-amd64 @@ -20,7 +20,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"