From 03441d39c50de7d16e0b4fa8982690b1559962d8 Mon Sep 17 00:00:00 2001 From: eric Liu Date: Sun, 27 Aug 2023 04:14:46 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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