www/.cpanel.yml

11 lines
214 B
YAML
Raw Normal View History

2023-05-11 12:01:17 +03:00
---
deployment:
tasks:
2023-05-11 12:23:15 +03:00
- export DEPLOYPATH= ~/public_html/
- /bin/cp index.html $DEPLOYPATH
2023-05-11 14:47:18 +03:00
- /bin/cp links.html $DEPLOYPATH
- /bin/cp about.html $DEPLOYPATH
- /bin/cp -R assets $DEPLOYPATH
2023-05-11 12:01:17 +03:00