www/.cpanel.yml

14 lines
401 B
YAML
Raw Normal View History

2023-05-11 12:01:17 +03:00
---
deployment:
tasks:
2023-07-15 17:12:29 +03:00
- /bin/cp index.php ~/public_html
2023-05-11 15:57:56 +03:00
- /bin/cp -R assets ~/public_html
2023-06-19 23:48:18 +03:00
- /bin/cp -R link ~/public_html
- /bin/cp -R dev ~/public_html
2023-10-26 15:45:48 +03:00
- /bin/cp -R after-yks ~/public_html
2023-06-19 23:48:18 +03:00
- /bin/cp -R about ~/public_html
- /bin/cp -R now ~/public_html
2023-11-11 23:57:55 +03:00
- /bin/cp -R iflpanel ~/public_html
2023-11-22 19:04:02 +03:00
- /bin/cp -R bagis ~/public_html
2023-08-13 18:57:47 +03:00
- /bin/cp robots.txt ~/public_html