Skip to content

Commit

Permalink
add remote name for git push. (go-gitea#2816)
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy authored Nov 1, 2017
1 parent e9595a9 commit dc6dad8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,19 @@ pipeline:
when:
event: [ push ]
branch: [ master ]

git_push:
image: appleboy/drone-git-push
pull: true
secrets: [ git_push_ssh_key ]
remote_name: origin
force: false
commit: true
commit_message: "[skip ci] Updated translations via Crowdin"
when:
event: [ push ]
branch: [ master ]

pre-build:
image: webhippie/nodejs:latest
pull: true
Expand All @@ -40,7 +41,7 @@ pipeline:
- make stylesheets-check
when:
event: [ push, tag, pull_request ]

build:
image: webhippie/golang:edge
pull: true
Expand Down

0 comments on commit dc6dad8

Please sign in to comment.