From 5c4e9275accf88d1947a25664df2796ea8980c8b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 13 Oct 2015 18:16:25 +0000 Subject: [PATCH] Add a push to the end --- roles/infinote/files/infinoted-git-commit | 1 + 1 file changed, 1 insertion(+) 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