diff options
author | emkael <emkael@tlen.pl> | 2020-10-17 13:17:43 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-10-17 13:17:43 +0200 |
commit | 282de0f28e8191a467aa2b34bece378d96648d32 (patch) | |
tree | 6aa91c506e3ce64cecfe0dc944005e89c8a66221 /Makefile | |
parent | 443b328c785734c4ab7736a853b31fcf0c766f6f (diff) |
Quiet git push in autocommit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ pull: @rsync -e "ssh ${LIGA_SSH_OPTS}" -q --delete --exclude=.htaccess --exclude=.git --exclude=.gitignore -urPz ${LIGA_REMOTE_WWW_DIR}/ http autocommit: pull - @cd http && git diff --quiet || (date && git add . && git commit -m 'Autocommit' && GIT_SSH_COMMAND="ssh ${LIGA_SSH_OPTS}" git push) + @cd http && git diff --quiet || (date && git add . && git commit -m 'Autocommit' && GIT_SSH_COMMAND="ssh ${LIGA_SSH_OPTS}" git push -q) dumps: FORCE s3cmd -c dumps/.s3config sync ${LIGA_S3_BUCKET} dumps/sync/ |