This commit is contained in:
Alpha 2017-08-23 19:27:00 +02:00
parent c379a4cf92
commit fe6d4018c8

4
webhook.php Normal file
View file

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