From a4c10a4fab616bfc82058fdf7c3c30c78f4f76f8 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sat, 30 Dec 2023 15:54:37 +0300 Subject: [PATCH] update cpanel and robot configs --- .cpanel.yml | 15 +++++++++++++++ robots.txt | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 .cpanel.yml create mode 100644 robots.txt diff --git a/.cpanel.yml b/.cpanel.yml new file mode 100644 index 0000000..41c0f1b --- /dev/null +++ b/.cpanel.yml @@ -0,0 +1,15 @@ +--- +deployment: + tasks: + - /bin/cp index.php ~/public_html + - /bin/cp -R apk ~/public_html + - /bin/cp -R assets ~/public_html + - /bin/cp -R file ~/public_html + - /bin/cp -R fonts ~/public_html + - /bin/cp -R kurulum ~/public_html + - /bin/cp -R odeme ~/public_html + - /bin/cp robots.txt ~/public_html + - /bin/cp privacy.html ~/public_html + - /bin/cp ssa-sertifika.pem ~/public_html + - /bin/cp tos.html ~/public_html + - /bin/cp wiki.html ~/public_html \ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..0d4efad --- /dev/null +++ b/robots.txt @@ -0,0 +1,5 @@ +User-agent: * +Disallow: / + +User-agent: GPTBot +Disallow: / \ No newline at end of file