www/.cpanel.yml

10 lines
214 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:56:45 +03:00
- /bin/cp about.html ~/public_html
2023-05-11 15:57:56 +03:00
- /bin/cp -R assets ~/public_html
2023-05-11 16:23:14 +03:00
- /bin/cp -R dev ~/public_html
- /bin/cp -R links ~/public_html
2023-05-11 12:01:17 +03:00