paxha/cPanel Deploy using API Token

Deploy to cPanel using cPanel API and git

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
hostHost of cPanel installation, including protocol. for instance: https://serverxxx.web-hosting.comyes
portPort of cPanel API. The default value is 2083 - don't change it unless you know what you're doingno2083
usernameUsername of cPanel account. Must be the same username used to create the token. e.g: 'pasha'yes
api_tokenAPI Token of cPanel account. Must be generated from cPanel, used for authorization. You should store this as a repository-secret.yes
remote_pathPath to the directory where the repository is installed in the target cPanel account. must already exist. e.g: /home/your_username/repositories/your_repositoryyes
branchBranch to deploy. e.g: 'master' or 'main' or 'develop' or 'feature/your-feature'nomain
deployRun the .cpanel.yml deploy or nottrue
namedescription
durationTime it took to deploy, in milliseconds