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"