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