From eab55d13060842706eea8964bf4b3d6ebce0da03 Mon Sep 17 00:00:00 2001 From: konrad Date: Wed, 28 Nov 2018 21:31:32 +0100 Subject: [PATCH] added drone config to update github mirror --- .drone.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3990a684b8..2bcada11d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -85,4 +85,18 @@ pipeline: confirm: true when: event: [ push, tag ] - branch: [ master ] \ No newline at end of file + 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 ]