www/.cpanel.yml

10 lines
245 B
YAML

---
deployment:
tasks:
- /bin/cp index.html ~/public_html
- /bin/cp -R assets ~/public_html
- /bin/cp -R link ~/public_html
- /bin/cp -R dev ~/public_html
- /bin/cp -R about ~/public_html
- /bin/cp -R now ~/public_html