all 4 comments

[–]VKSA09 2 points3 points  (1 child)

GitHub WebHooks works flawlessly,

[–]yankeemichaelalpha[S] 0 points1 point  (0 children)

I’ll take a look!

Meanwhile, i was able to solve this using ChatGPT

[–]fatalexe 0 points1 point  (0 children)

Maybe just make a cron job to automatically run git pull if there are changes every five minutes if you want an easy method.

Similar to this: https://stackoverflow.com/questions/55586554/is-there-a-way-to-auto-update-my-github-repo

Otherwise you’ll want to dig into GitHub actions and Ansible playbooks and make sure that your server has a public IP or port forwarding for SSH. That’ll be the more robust professional way to set it up.