diff --git a/docroot/git/push.php b/docroot/git/push.php index 39e65b4..6646350 100644 --- a/docroot/git/push.php +++ b/docroot/git/push.php @@ -2,6 +2,7 @@ /* * Update Website When Code Is Pushed + * */ system ( "cd /usr/web/sites/app.zirror.com/;git pull" );