From 8d648e1248b39f6c91b52944ba4204b86807febd Mon Sep 17 00:00:00 2001 From: eric Liu Date: Mon, 18 Sep 2023 00:26:12 +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 4dd9ae7..da4e92b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: minify: true url: ericxliu.me validate: false - output: "/output" + output: "/tmp/output" custom_dns: [ 8.8.8.8 ] mtu: 1450 - name: git-push @@ -20,7 +20,7 @@ steps: remote: "git@git.ericxliu.me:eric/ericxliu-me.git" force: true commit: true - path: "/output" + path: "/tmp/output" commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}" author_name: "Eric Liu" author_email: "eric@ericxliu.me"