Archived
4
1
Fork 0

Add webhook

This commit is contained in:
Simon Giesel 2017-06-18 18:33:57 +02:00
parent de1b1d33a6
commit 0a4359d4fd

4
webhook.php Normal file
View file

@ -0,0 +1,4 @@
<?php
echo shell_exec('cd /var/golf');
echo shell_exec('sudo git pull 2>&1');
?>