Browse Source

add gitea remote in drone. (#2817)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
for-closed-social
Bo-Yi Wu 6 years ago
committed by GitHub
parent
commit
c22f443f58
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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
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"

Loading…
Cancel
Save