how to integrate gitlab on git cpanel code example
Example: CPANEL AUTO DEPLOYMENT WITH GITLAB
---
deployment:
tasks:
- export DEPLOYPATH=/home/user/public_html/
- /bin/cp -R images $DEPLOYPATH
---
deployment:
tasks:
- export DEPLOYPATH=/home/user/public_html/
- /bin/cp -R images $DEPLOYPATH