Ahoy
I'm using Git Version Control since a few days. I was able to setup everything as needed and used a few times the "Deploy HEAD commit". Everything was working fine until today ...
I'm still able to pull data from Github to my cPanel "dev" folder but then I'm not able to deploy anymore. The button is disabled and the well known error message below appear
Nothing changed since my last deployment. I'm the only "developper" using it.
Unfortunately, the hosting company is not even able to solve all the problems I have since I moved to cPanel (can't enable DNSSEC, jetBackup not working, timeout issues when using HTTPS) ...
I'm using Git Version Control since a few days. I was able to setup everything as needed and used a few times the "Deploy HEAD commit". Everything was working fine until today ...
I'm still able to pull data from Github to my cPanel "dev" folder but then I'm not able to deploy anymore. The button is disabled and the well known error message below appear
Here's my .cpanel.ymlThe system cannot deploy
For deployment, ensure that your repository meets the following requirements:
- A valid .cpanel.yml file exists. Pour en savoir plus, lisez notre documentation.
- No uncommitted changes exist on the checked-out branch.
YAML:
---
deployment:
tasks:
- export DEPLOYPATH=/home/cpxxx/xxx.com/www/
- /bin/cp -R /home/cpxxx/dev/cron $DEPLOYPATH
- /bin/cp -R /home/cpxxx/dev/css $DEPLOYPATH
- /bin/cp -R /home/cpxxx/dev/font $DEPLOYPATH
- /bin/cp -R /home/cpxxx/dev/img $DEPLOYPATH
- /bin/cp -R /home/cpxxx/dev/inc $DEPLOYPATH
- /bin/cp -R /home/cpxxx/dev/js $DEPLOYPATH
- /bin/cp -R /home/cpxxx/dev/owl-carousel $DEPLOYPATH
- /bin/cp /home/cpxxx/dev/index.php $DEPLOYPATH
- /bin/cp /home/cpxxx/dev/login.php $DEPLOYPATH
- /bin/cp /home/cpxxx/dev/.htaccess $DEPLOYPATH
Unfortunately, the hosting company is not even able to solve all the problems I have since I moved to cPanel (can't enable DNSSEC, jetBackup not working, timeout issues when using HTTPS) ...
Last edited by a moderator: