deploy.php 204 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php #webhook.php Testing echo "finally working...<br/>"; $cmd = shell_exec('git commit -a -m "message"'); $cmd = shell_exec("git pull 2>&1"); #for debugging echo $cmd; die("<br/>done " . mktime()); ?>