Providers / cPanel
cPanel
BetaAutomate deployments to shared cPanel hosting accounts. Works with any cPanel provider that gives you API access.
Currently in early testing. Some features may not work as expected on all cPanel instances.
Supported features
Git Version ControlDomain ManagementDatabase ManagementSSL Certificates
Not supported
Application DeploymentCron JobsDaemon CommandsDomain MappingEnvironment VariablesGit DeploymentGit Source ManagementQueue WorkersSSL Certificates (Let's Encrypt)Site Management
Configuration
{
"provider": "cpanel",
"host": "cpanel.example.com",
"port": 2083,
"username": "myuser",
"api_token": "${CPANEL_API_TOKEN}"
}Installation
composer require shippercli/provider-cpanel