4
1
Fork 0

Add Webhook. (Will Autopull now if changes were made)

This commit is contained in:
Simon Giesel 2017-04-28 19:25:30 +00:00
parent 0d0231be62
commit e4b9f73736

4
webhook.php Normal file
View file

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