Harshit How Can i connect github to the hosting for whenever i commit to github it's automatically reflect the changes in the file manager in hosting of my website
admin I guess the best is to use hooks from git, this one should do the job: https://git-scm.com/docs/githooks#_post_merge git pull from cron every minute and post-merge hook should work fine together. Some ideas are listed also here (but it's done by external services): https://stackoverflow.com/questions/71460173/how-can-i-update-a-remote-server-after-a-local-commit-push-in-git