webhook
This commit is contained in:
parent
c379a4cf92
commit
fe6d4018c8
1 changed files with 4 additions and 0 deletions
4
webhook.php
Normal file
4
webhook.php
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
echo shell_exec('cd /var/www/time-service');
|
||||
echo shell_exec('sudo git pull 2>&1');
|
||||
?>
|
Loading…
Reference in a new issue