lab: move s3 redirects to lambda function

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-08-11 15:05:32 +02:00
parent 92948cbfd7
commit a0c0aec486
8 changed files with 69 additions and 400 deletions

View File

@@ -37,6 +37,7 @@ jobs:
elif [ "${{ github.ref }}" = "refs/heads/lab" ]; then
DOCS_URL="https://docs-lab.docker.com"
DOCS_S3_BUCKET=""
DOCS_S3_CONFIG="s3-config.json"
DOCS_LAMBDA_FUNCTION_CACHE=""
DOCS_S3_CONFIG="_website-config-docs-lab.json"
else