Skip to content

Commit dc6dad8

Browse files
authored
add remote name for git push. (#2816)
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent e9595a9 commit dc6dad8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.drone.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,19 @@ pipeline:
2020
when:
2121
event: [ push ]
2222
branch: [ master ]
23-
23+
2424
git_push:
2525
image: appleboy/drone-git-push
2626
pull: true
2727
secrets: [ git_push_ssh_key ]
28+
remote_name: origin
2829
force: false
2930
commit: true
3031
commit_message: "[skip ci] Updated translations via Crowdin"
3132
when:
3233
event: [ push ]
3334
branch: [ master ]
34-
35+
3536
pre-build:
3637
image: webhippie/nodejs:latest
3738
pull: true
@@ -40,7 +41,7 @@ pipeline:
4041
- make stylesheets-check
4142
when:
4243
event: [ push, tag, pull_request ]
43-
44+
4445
build:
4546
image: webhippie/golang:edge
4647
pull: true

0 commit comments

Comments
 (0)