Update .drone.yml
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Eric X. Liu 2023-09-18 00:26:12 +00:00
parent fce6769f6a
commit 8d648e1248

View File

@ -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"