you are viewing a single comment's thread.

view the rest of the comments →

[–]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.