www/.cpanel.yml
2023-05-11 16:23:53 +03:00

9 lines
214 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 dev ~/public_html
- /bin/cp -R links ~/public_html