diff --git a/.drone.yml b/.drone.yml index 32347f8..9e5cdd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,5 +9,17 @@ steps: extended: true minify: true pull: always - url: $URL + url: ericxliu.me 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 \ No newline at end of file