web/.cpanel.yml

18 lines
732 B
YAML
Raw Normal View History

2024-04-13 12:54:20 +03:00
deployment:
tasks:
- /bin/cp _site/404.html ~/public_html
- /bin/cp _site/feed.xml ~/public_html
- /bin/cp _site/index.html ~/public_html
- /bin/cp _site/redirects.json ~/public_html
- /bin/cp _site/robots.txt ~/public_html
2024-04-13 13:00:05 +03:00
- /bin/cp _site/sitemap.xml ~/public_html
- /bin/cp _site/sw.min.js ~/public_html
- /bin/cp -R _site/about ~/public_html
- /bin/cp -R _site/archives ~/public_html
- /bin/cp -R _site/assets ~/public_html
- /bin/cp -R _site/categories ~/public_html
- /bin/cp -R _site/donate ~/public_html
- /bin/cp -R _site/norobots ~/public_html
- /bin/cp -R _site/now ~/public_html
- /bin/cp -R _site/posts ~/public_html
- /bin/cp -R _site/tags ~/public_html