This commit is contained in:
parent
aecba8f9f2
commit
03441d39c5
14
.drone.yml
14
.drone.yml
@ -9,5 +9,17 @@ steps:
|
|||||||
extended: true
|
extended: true
|
||||||
minify: true
|
minify: true
|
||||||
pull: always
|
pull: always
|
||||||
url: $URL
|
url: ericxliu.me
|
||||||
validate: false
|
validate: false
|
||||||
|
- name: git-push
|
||||||
|
image: appleboy/drone-git-push
|
||||||
|
settings:
|
||||||
|
branch: gitea-pages
|
||||||
|
remote: ${DRONE_GIT_SSH_URL}
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user