Hi there,
Have any one figure out a solution where GitHub can automatically build and push the Hugo website to cPanel?
Thanks
Hi there,
Have any one figure out a solution where GitHub can automatically build and push the Hugo website to cPanel?
Thanks
To clarify, cPanel is software that helps you configure and manage a server. You don’t deploy to cPanel… you deploy to a server.
If ssh is enabled on your server, you can use rsync or rclone in a GitHub action to deploy from a GitHub repository to your server. These may be helpful:
If you are intimidated by ssh, rsync, or rclone, you might choose to host your site using GitHub Pages instead. This is a better choice for most users due to simplicity… you don’t have to be an expert.