cPanel documents a workflow for scheduling deployment-related Git commands through Cron Jobs.
- Open Git Version Control and note the repository path.
- Determine the deployment command appropriate for the repository.
- Open cPanel → Advanced → Cron Jobs.
- Create a schedule that leaves enough time for the previous run to finish.
- Use absolute paths where required.
Test the command manually when possible before scheduling it. An incorrect recurring deployment command can repeatedly overwrite or copy files.