ericxliu-me/.drone.yml
eric Liu 7ae9f924da
Some checks failed
continuous-integration/drone Build is failing
Update .drone.yml
2023-09-10 15:42:57 +00:00

25 lines
520 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: plugins/hugo
settings:
hugo_version: 0.97.0
extended: true
minify: true
pull: always
url: ericxliu.me
validate: false
- name: git-push
image: appleboy/drone-git-push
settings:
branch: gitea-pages
remote: ${DRONE_GIT_SSH_URL:4}
force: true
commit: true
commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"
author_name: "Eric Liu"
author_email: "eric@ericxliu.me"
ssh_key:
from_secret: ssh_key