Hey guys,
I have a valid .cpanel.yml file in the top-level directory located at /home/user/public_html, which contains:
---
deployment:
tasks:
- export DEPLOYPATH=/home/user/public_html/
- /bin/cp -R wp-content $DEPLOYPATH
cPanel still shows " The system cannot deploy " and doesn't allow me to do a head commit in Repository panel.
Not sure what's wrong here? I followed the guides.
I have a valid .cpanel.yml file in the top-level directory located at /home/user/public_html, which contains:
---
deployment:
tasks:
- export DEPLOYPATH=/home/user/public_html/
- /bin/cp -R wp-content $DEPLOYPATH
cPanel still shows " The system cannot deploy " and doesn't allow me to do a head commit in Repository panel.
Not sure what's wrong here? I followed the guides.