added drone config to update github mirror
This commit is contained in:
parent
d736dee96c
commit
eab55d1306
1 changed files with 15 additions and 1 deletions
16
.drone.yml
16
.drone.yml
|
@ -85,4 +85,18 @@ pipeline:
|
|||
confirm: true
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
branch: [ master ]
|
||||
branch: [ master ]
|
||||
|
||||
# Update the mirror on github
|
||||
github_mirror:
|
||||
image: appleboy/drone-git-push
|
||||
branch: master
|
||||
remote: git@github.com:go-vikunja/frontend.git
|
||||
remote_name: github
|
||||
local_branch: master
|
||||
followtags: true
|
||||
force: false
|
||||
commit: false
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
branch: [ master ]
|
||||
|
|
Loading…
Reference in a new issue