www/.cpanel.yml
2023-10-26 15:45:48 +03:00

11 lines
324 B
YAML

---
deployment:
tasks:
- /bin/cp index.php ~/public_html
- /bin/cp -R assets ~/public_html
- /bin/cp -R link ~/public_html
- /bin/cp -R dev ~/public_html
- /bin/cp -R after-yks ~/public_html
- /bin/cp -R about ~/public_html
- /bin/cp -R now ~/public_html
- /bin/cp robots.txt ~/public_html