DingGuodong / github-webhook-handler-php

PHP web handler / middleware for processing GitHub Webhooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-webhook-handler-php

  • Add a weebhook in the Settings/Webhooks page of your respostory.

  • Update the $secret and $path in the github-webhook-handler.php.

  • Upload github-webhook-handler.php to your server and copy the URL to it.

  • Fill in the webhooks page.

  • ssh to your server.

#if you are using Apache as web server, change `www-data` to `www`
chown -R www-data /path/to/the/repository/
chmod -R g+s /path/to/the/repository/
cd /path/to/the/repository/
sudo -u www-data git pull
  • Save your webhook.

  • Reference:

About

PHP web handler / middleware for processing GitHub Webhooks


Languages

Language:PHP 100.0%