As a System Administrator, I want to implement ci/cd into cPanel to simplify the process of pushing changes from local to the master branch and automate pushing these changes to be live on the cPanel website.
====================
CI - continuous integration, CD is continuous deployment
Continuous integration is when changes in upstream work is frequently (like, hourly) "integrated" downward into a team's work. Continuous Deployment is when every new change is integrated and tested in an automated fashion.
How I want it to work:
Say I have a repository on Bitbucket, when I push my local changes to the master branch in bitbucket then it should trigger a deployment on the cPanel website. (auto deploy configuration can be done using bitbucket pipeline etc) then it should deploy the website changes to cPanel.
The same thing can be done using Git.
Currently, there is no such option in cPanel.
I would love this to be implemented. Would make git control so much easier!
I would love this to be implemented. Would make git control so much easier!
Replies have been locked on this page!