mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-03-12 21:22:57 -07:00
Merge pull request #262 from HackTricks-wiki/fix/robots-txt-upload
Upload robots.txt to S3 root
This commit is contained in:
5
.github/workflows/build_master.yml
vendored
5
.github/workflows/build_master.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user