concrete5cojp / git-Webhooks-Auto-Deploy-PHP-Script

PHP script to auto deploy your repo using GitHub's and Bitbucket's hook function.
MIT License
34 stars 24 forks source link

Can this work on multiple servers behind a load balancer #5

Open nirbd opened 5 years ago

nirbd commented 5 years ago

Thanks for this great script.

What would be the best way to implement this for multiple similar servers behind a load balancer ?

Looks like the webhook will call only one of them so others will not get updated.

Is there a best practice for this situation?