update push script

This commit is contained in:
Pl4gue
2017-12-21 13:07:51 +01:00
parent e94422c5c6
commit 3cc53087da

View File

@ -12,8 +12,7 @@ commit_website_files() {
} }
upload_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 "https://${GH_TOKEN}@github.com/Chalarangelo/30-seconds-of-code.git" master > /dev/null 2>&1
git push --force --quiet --set-upstream origin master
} }
setup_git setup_git