cPanel Automated Git Pull & File Integrity Verification Suite
In cPanel's Gitβ’ Version Control (as seen in your screenshot), the blue "Update" button under Basic Information is only for updating local repository settings (like renaming the repo or changing the branch). It does NOT pull your latest commits from GitHub!
To pull updates from GitHub in cPanel:
Run any terminal or Git command directly inside your server's repository directory: /home/missionm/hpms.mddnm.online.
On branch main Your branch is up to date with 'origin/main'. nothing to commit, working tree clean
48ce930 feat: initialize Hextron PMS dashboard gateway e29c031 feat: initialize dashboard gateway layout 2f48851 feat: initialize Hextron PMS dashboard
To automate deployments so you don't even need to use this diagnostic manual pull button, register cPanel's webhook in your GitHub/GitLab repository settings:
push)..cpanel.yml in place in your root folder, cPanel will instantly pull and copy your updated code to /home/missionm/hpms.mddnm.online on every git push!