From 0bcac74681dc10bb452932b2ea6151e70df55254 Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@inrae.fr>
Date: Fri, 6 Aug 2021 17:37:35 +0200
Subject: [PATCH] ci: automatic push to github

- issue solved with https://stackoverflow.com/questions/63451263/sync-two-git-repositories

Refs #11
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90c0af1..68d5647 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,4 +67,4 @@ github:
     - git config --global user.name "Gitlab CI"
   script:
     - git remote add github https://github.com/inrae/hubeau.git
-    - git push github ${CI_COMMIT_BRANCH}
+    - git push --mirror github
-- 
GitLab