skip to Main Content

I need your help with the next issue: Following cpanel documentation I’ve created a git version repository on my remote server and i’ve created cpanel.yml file in the root repository to automathic deploy any push in the public directory as indicated in documentation, but when I push to the repository I’m getting this error:

func: create
module: VersionControlDeployment
result: 
  data: ~
  errors: 
    - You do not have the feature “version_control”.
  messages: ~
  metadata: {}

  warnings: ~

It seems not finding this instruction VersionControlDeployment but manual deployment is possible. Thanks in advance

2

Answers


  1. Maybe a problem with your ssh keys.
    Try the following:

    ssh-keygen -t rsa -b 2048 -C [email protected]
    
    Login or Signup to reply.
  2. I find another approach for deploying on cPanel especially when ssh and terminal is enabled.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search