From 935e3db2b3ab79d5b40c3adc4cdc9e8c28de3c81 Mon Sep 17 00:00:00 2001 From: eric Liu Date: Sun, 27 Aug 2023 04:35:26 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9e5cdd6..5a1b8c4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: image: appleboy/drone-git-push settings: branch: gitea-pages - remote: ${DRONE_GIT_SSH_URL} + remote: ${DRONE_GIT_SSH_URL:6} force: true commit: true commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"