From d6e6e111d761752668040f3341b34800e70c5d77 Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Tue, 16 Oct 2018 22:54:01 +0800 Subject: [PATCH] feat: add mirror --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 538b3610..454acadf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,6 @@ deploy: branch: master after_deploy: - chmod +x scripts/BaiduPusher.sh && ./scripts/BaiduPusher.sh + - cd site + - git remote add coding https://$CODING_USER:$CODING_KEY@git.coding.net/scaffrey/OI-wiki.git + - git push coding HEAD:master -f -- 2.11.0