I have successfully setup repos on github and automated deployments from github to my WHM server.
I have now tried a repo on a CPanel account.
I can push changes from my local laptop to the CPanel server no problem.
However the yaml file is not deploying automatically.
When I login to the push pull screen i see the message:
For deployment, ensure that your repository meets the following requirements:
Documentation doesn't steer me to any logs to check.
---
deployment:
tasks:
- export DEPLOYPATH=/home/path/folder
- /bin/cp -R web $DEPLOYPATH
So what's the problem?
I have now tried a repo on a CPanel account.
I can push changes from my local laptop to the CPanel server no problem.
However the yaml file is not deploying automatically.
When I login to the push pull screen i see the message:
For deployment, ensure that your repository meets the following requirements:
- A valid .cpanel.yml file exists. For more information, read our documentation.
- No uncommitted changes exist on the checked-out branch.
Documentation doesn't steer me to any logs to check.
---
deployment:
tasks:
- export DEPLOYPATH=/home/path/folder
- /bin/cp -R web $DEPLOYPATH
So what's the problem?