mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Revert "ci: fix s3 upload"
This reverts commit 8486eaa7a7.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -100,6 +100,7 @@ jobs:
|
||||
if: ${{ env.DOCS_S3_BUCKET != '' }}
|
||||
run: |
|
||||
aws --region ${{ env.DOCS_AWS_REGION }} s3 sync \
|
||||
--acl public-read \
|
||||
--delete \
|
||||
--exclude "*" \
|
||||
--include "*.webp" \
|
||||
@@ -108,6 +109,7 @@ jobs:
|
||||
--content-type="image/webp" \
|
||||
public s3://${{ env.DOCS_S3_BUCKET }}/
|
||||
aws --region ${{ env.DOCS_AWS_REGION }} s3 sync \
|
||||
--acl public-read \
|
||||
--delete \
|
||||
--exclude "*.webp" \
|
||||
public s3://${{ env.DOCS_S3_BUCKET }}/
|
||||
|
||||
Reference in New Issue
Block a user