Quiets the commit logs (#27)

* Debug

* Quiet mode

* quiet(er)

* q

* Quiet mode
This commit is contained in:
James Ives 2019-09-11 10:42:03 -04:00 committed by GitHub
parent 494d15faeb
commit 7354b17626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,6 @@ fi
echo "Deploying to GitHub..." && \ echo "Deploying to GitHub..." && \
git add -f $FOLDER && \ git add -f $FOLDER && \
git commit -m "Deploying to ${BRANCH} - $(date +"%T")" && \ git commit -m "Deploying to ${BRANCH} - $(date +"%T")" --quiet && \
git push $REPOSITORY_PATH `git subtree split --prefix $FOLDER ${BASE_BRANCH:-master}`:$BRANCH --force && \ git push $REPOSITORY_PATH `git subtree split --prefix $FOLDER ${BASE_BRANCH:-master}`:$BRANCH --force && \
echo "Deployment succesful!" echo "Deployment succesful!"