From 3cc53087da352f58bfadbc39d6b294b701b81e55 Mon Sep 17 00:00:00 2001 From: Pl4gue Date: Thu, 21 Dec 2017 13:07:51 +0100 Subject: [PATCH] update push script --- .travis/push.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis/push.sh b/.travis/push.sh index 74c171849..ae0c2cf53 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -12,8 +12,7 @@ commit_website_files() { } upload_files() { - git remote add origin https://${GH_TOKEN}@$github.com/Pl4gue/30-seconds-of-code.git > /dev/null 2>&1 - git push --force --quiet --set-upstream origin master + git push --force --quiet "https://${GH_TOKEN}@github.com/Chalarangelo/30-seconds-of-code.git" master > /dev/null 2>&1 } setup_git