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
14
.drone.yml
14
.drone.yml
|
@ -86,3 +86,17 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
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