From c22f443f58266b52ab34ea6015f2f026188e2e39 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 1 Nov 2017 04:13:47 -0500 Subject: [PATCH] add gitea remote in drone. (#2817) Signed-off-by: Bo-Yi Wu --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 968f18b8c9..f8dc0c9d25 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ pipeline: image: appleboy/drone-git-push pull: true secrets: [ git_push_ssh_key ] - remote_name: origin + remote: git@github.com:go-gitea/gitea.git force: false commit: true commit_message: "[skip ci] Updated translations via Crowdin"