Drone build 9a38aab
This commit is contained in:
parent
4b1dd1a9bf
commit
2f5387a7a3
28
.drone.yml
28
.drone.yml
@ -1,28 +0,0 @@
|
|||||||
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
|
|
||||||
output: "./output"
|
|
||||||
mtu: 1450
|
|
||||||
- name: git-push
|
|
||||||
image: appleboy/drone-git-push:0.2.0-linux-amd64
|
|
||||||
settings:
|
|
||||||
branch: gitea-pages
|
|
||||||
remote: "git@git.ericxliu.me:eric/ericxliu-me.git"
|
|
||||||
force: true
|
|
||||||
commit: true
|
|
||||||
path: "./output"
|
|
||||||
commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"
|
|
||||||
author_name: "Eric Liu"
|
|
||||||
author_email: "eric@ericxliu.me"
|
|
||||||
ssh_key:
|
|
||||||
from_secret: ssh_key
|
|
Loading…
Reference in New Issue
Block a user