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"