fd65f4c2 by Jeff Balicki

deploy

1 parent 2edfc7c6
1 <?php 1 <?php
2 #webhook.php
2 3
3 echo 'working'; 4 $cmd = shell_exec("sudo git pull 2>&1");
4
5 $output = shell_exec("sudo git pull");
6 5
7 echo "<pre>$output</pre>"; 6 #for debugging
8 7 echo $cmd;
9 8 ?>
10 die("done " . mktime());
11
12
13
14 ?>
...\ No newline at end of file ...\ No newline at end of file
......