www/.cpanel.yml

10 lines
238 B
YAML
Raw Normal View History

2023-05-11 12:01:17 +03:00
---
deployment:
tasks:
2023-05-11 15:53:49 +03:00
- /bin/cp index.html ~/public_html
2023-05-11 15:57:56 +03:00
- /bin/cp -R assets ~/public_html
2023-05-16 10:44:06 +03:00
- /bin/cp -R c/link/ ~/public_html/link/
- /bin/cp -R c/dev/ ~/public_html/dev/
- /bin/cp -R c/about/ ~/public_html/about/
2023-05-11 12:01:17 +03:00