Add webhook
This commit is contained in:
parent
de1b1d33a6
commit
0a4359d4fd
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/golf');
|
||||
echo shell_exec('sudo git pull 2>&1');
|
||||
?>
|
Reference in a new issue