mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 09:09:02 +00:00
add gitea remote in drone. (#2817)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
dc6dad87d4
commit
c22f443f58
|
@ -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…
Reference in a new issue