ci-snapshot: use individual redirections on S3 upload
Avoid the 50-link limit for a table of redirections.
This commit is contained in:
parent
ed1d9450c0
commit
8db41608b9
2
.github/workflows/ci-snapshot.yml
vendored
2
.github/workflows/ci-snapshot.yml
vendored
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue
Block a user