update cpanel and robot configs
This commit is contained in:
parent
8b14e9b9d4
commit
a4c10a4fab
2 changed files with 20 additions and 0 deletions
15
.cpanel.yml
Normal file
15
.cpanel.yml
Normal file
|
@ -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
|
5
robots.txt
Normal file
5
robots.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
||||
|
||||
User-agent: GPTBot
|
||||
Disallow: /
|
Loading…
Reference in a new issue