Merge pull request #262 from HackTricks-wiki/fix/robots-txt-upload

Upload robots.txt to S3 root
This commit is contained in:
SirBroccoli
2026-02-23 11:45:57 +01:00
committed by GitHub

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