update cpanel yml

This commit is contained in:
Aliberk Sandıkçı 2024-04-13 12:59:47 +03:00
parent 379ee64ef0
commit 645715ea4b
1 changed files with 18 additions and 0 deletions

18
.cpanel.yml Normal file
View File

@ -0,0 +1,18 @@
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
- /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