Auto Deployment of Github Repository Using Github Actions
To make this article useful first checkout this article on Cloning Github Repository to Shared Hosting then you will be good to go with the following steps. The Git™ Version Control feature allows you to deploy your cPanel-managed repositories. Generally, deployment sends finished code into production. You can use different configurations to automatically (push deployment) or manually (pull deployment) deploy changes. For example, you could use deployment to make changes to your website locally. Then, automatically send them to a directory on your cPanel account. For more information about how to deploy changes, read our Git™ Version Control documentation. For more information about how to troubleshoot problems with this feature, read our Guide to Git - For System Administrators documentation. For more information about Git commands, such as git push , git pull , or git commit , read our Guide to Git™ - Common Git...