Browse Source

add gitea remote in drone. (#2817)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
tags/v1.3.0-rc1
Bo-Yi Wu GitHub 7 years ago
parent
commit
1870280441
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .drone.yml

+ 1
- 1
.drone.yml View File

@@ -25,7 +25,7 @@ pipeline:
image: appleboy/drone-git-push image: appleboy/drone-git-push
pull: true pull: true
secrets: [ git_push_ssh_key ] secrets: [ git_push_ssh_key ]
remote_name: origin
remote: git@github.com:go-gitea/gitea.git
force: false force: false
commit: true commit: true
commit_message: "[skip ci] Updated translations via Crowdin" commit_message: "[skip ci] Updated translations via Crowdin"


Loading…
Cancel
Save