diff --git a/docroot/git/push.php b/docroot/git/push.php index 3cc4f7f..cd0043b 100755 --- a/docroot/git/push.php +++ b/docroot/git/push.php @@ -11,7 +11,7 @@ system ( "echo 'Message: " . $pData->head_commit->message . "' >> /tmp/post.log" ); if ($pData->head_commit->message [0] != '!') { - system ( "cd /usr/web/sites/app.zirror.com/;git pull" ); + system ( "cd /usr/web/sites/app.zirror.com/;git pull >> /tmp/git.log" ); system ( "echo 'NO ESC' >> /tmp/post.log" ); } else { system ( "echo 'ESC' >> /tmp/post.log" );