added drone config to update github mirror

This commit is contained in:
konrad 2018-11-28 21:31:32 +01:00
parent d736dee96c
commit eab55d1306
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 15 additions and 1 deletions

View File

@ -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 ]