Upload robots.txt to S3 root

This commit is contained in:
chack
2026-02-23 10:38:26 +00:00
parent 25552f6898
commit 5482d3d651

View File

@@ -153,4 +153,9 @@ jobs:
run: |
aws s3 cp ./ads.txt s3://hacktricks-cloud/ads.txt --content-type text/plain --cache-control max-age=300
aws s3 cp ./ads.txt s3://hacktricks-cloud/en/ads.txt --content-type text/plain --cache-control max-age=300
- name: Upload root robots.txt
run: |
aws s3 cp ./src/robots.txt s3://hacktricks-cloud/robots.txt --content-type text/plain --cache-control max-age=300
aws s3 cp ./src/robots.txt s3://hacktricks-cloud/en/robots.txt --content-type text/plain --cache-control max-age=300