Skip to content

Commit

Permalink
WEB: echo composer install in site-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mataniko committed Jul 14, 2018
1 parent a9b657b commit eaf1a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-update/index.php
Expand Up @@ -2,7 +2,7 @@
<body>
<pre>
<?php
echo shell_exec("cd ..;echo '$ git pull --rebase';git pull --rebase;echo '$ git status';git status;composer install");
echo shell_exec("cd ..;echo '$ git pull --rebase';git pull --rebase;echo '$ git status';git status;echo '$ composer install';composer install");
?>
</pre>
</body>
Expand Down

0 comments on commit eaf1a4d

Please sign in to comment.