ci-snapshot: use individual redirections on S3 upload

Avoid the 50-link limit for a table of redirections.
This commit is contained in:
Matthew Flatt 2021-05-15 09:16:21 -06:00
parent ed1d9450c0
commit 8db41608b9

View File

@ -48,4 +48,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSecretKey }}
run: |
ls -l ${{ runner.temp }}/site-dest/
raco s3-sync --acl public-read --web --redirect-links ${{ runner.temp }}/site-dest/ s3://ci-snapshot.racket-lang.org/
raco s3-sync --acl public-read --web --redirects-links ${{ runner.temp }}/site-dest/ s3://ci-snapshot.racket-lang.org/