deploy.php 235 Bytes
Newer Older
Juliper committed
1 2 3 4 5 6
<?php
function	 execPrint($command)	{
$result	=	shell_exec($command."	 2>&1");
echo	$result;		
}
echo	"<pre>";
Juliper committed
7
execPrint("/usr/bin/git pull https://if415014:dreamon1*@gitlab.del.ac.id/juliper19/pa2d4ti06.git master");
Juliper committed
8 9
echo	"</pre>";
?>