From 7ae9f924da7cbe958a6b20cfd486aec1b0fa1862 Mon Sep 17 00:00:00 2001 From: eric Liu Date: Sun, 10 Sep 2023 15:42:57 +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 5a1b8c4..8ae33e7 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:6} + remote: ${DRONE_GIT_SSH_URL:4} force: true commit: true commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"