From 645715ea4bcc1ac4cb285954ff7994a946aa3f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliberk=20Sand=C4=B1k=C3=A7=C4=B1?= Date: Sat, 13 Apr 2024 12:59:47 +0300 Subject: [PATCH] update cpanel yml --- .cpanel.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .cpanel.yml diff --git a/.cpanel.yml b/.cpanel.yml new file mode 100644 index 0000000..718d0e5 --- /dev/null +++ b/.cpanel.yml @@ -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 \ No newline at end of file