diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 4276475c..a6ba5ebf 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -13,5 +13,5 @@ git add -f $OUT git checkout $PUBLISH_BRANCH git pull origin $PUBLISH_BRANCH git mv -f $OUT $VERSION -git commit -m "Update the Twemoji project and push to $PUBLISH_BRANCH" +git commit -q -m "Update the Twemoji project and push to $PUBLISH_BRANCH" git push origin $PUBLISH_BRANCH \ No newline at end of file