Skip to content

Instantly share code, notes, and snippets.

View WaterTrooper's full-sized avatar

WaterTrooper

View GitHub Profile
@erfg12
erfg12 / .cpanel.yml
Last active January 11, 2022 20:53
cpanel git commit to public_html
---
deployment:
tasks:
- export DEPLOYPATH=/home/ACCOUNT/public_html/
- /bin/cp -u -r * $DEPLOYPATH
- /bin/cp .htaccess $DEPLOYPATH