Browse Source

add remote name for git push. (#2816)

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

+ 4
- 3
.drone.yml View File

@@ -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
@@ -40,7 +41,7 @@ pipeline:
- make stylesheets-check
when:
event: [ push, tag, pull_request ]
build:
image: webhippie/golang:edge
pull: true


Loading…
Cancel
Save