Update push.sh

This commit is contained in:
David Wu
2017-12-21 15:59:27 +01:00
committed by GitHub
parent 4c26cb9bee
commit 32c1629d5e

View File

@ -12,7 +12,7 @@ commit_website_files() {
}
upload_files() {
git push --force --quiet "https://${GH_TOKEN}@github.com/Chalarangelo/30-seconds-of-code.git" master > /dev/null 2>&1
git push --force "https://${GH_TOKEN}@github.com/Chalarangelo/30-seconds-of-code.git" master > /dev/null 2>&1
}
setup_git