www/.cpanel.yml
2023-05-11 21:13:28 +03:00

8 lines
175 B
YAML

---
deployment:
tasks:
- /bin/cp index.html ~/public_html
- /bin/cp about.html ~/public_html
- /bin/cp -R assets ~/public_html
- /bin/cp -R c ~/public_html