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"