Changed git add cmd

This commit is contained in:
Xawotihs
2016-06-26 10:28:50 +02:00
committed by GitHub
parent 755f90f38b
commit 47704f7591

View File

@@ -26,7 +26,7 @@ mv ../build_emscripten/bin/wagic.js wagic.js
mv ../build_emscripten/bin/wagic.data wagic.data
## Add, commit and push to GH
git add .
git add --all .
git commit -m "Deploy Emscripten to Github pages"
## Push new branch to remote server
git push -q origin $TARGET_BRANCH:$TARGET_BRANCH 2> /dev/null > /dev/null