Hi,
I gone through cpanel documentation, but I couldn't find how to include folders for deployment.
The only reference I could find is this..
Thanks
I gone through cpanel documentation, but I couldn't find how to include folders for deployment.
The only reference I could find is this..
I was able to push single files but I don't know a way to do the same for directories.---
deployment:
tasks:
- export DEPLOYPATH=/home/user/public_html/
- /bin/cp index.html $DEPLOYPATH
- /bin/cp style.css $DEPLOYPATH
Thanks