diff --git a/roles/infinote/files/infinoted-git-commit b/roles/infinote/files/infinoted-git-commit index 478786249a..a66b75d634 100755 --- a/roles/infinote/files/infinoted-git-commit +++ b/roles/infinote/files/infinoted-git-commit @@ -2,3 +2,4 @@ cd /srv/web/infinote git add . >/dev/null git commit -a --author="infinote " -m "Automated Commit of $1" >/dev/null +git push >/dev/null