mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
ci: move env vars to releaser
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
20
hack/releaser/env.json
Normal file
20
hack/releaser/env.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"refs/heads/lab": {
|
||||
"HUGO_ENV": "lab",
|
||||
"DOCS_URL": "https://docs-labs.docker.com",
|
||||
"DOCS_AWS_IAM_ROLE": "arn:aws:iam::710015040892:role/labs-docs-docs.docker.com-20220818202218402500000001",
|
||||
"DOCS_AWS_REGION": "us-east-1",
|
||||
"DOCS_S3_BUCKET": "labs-docs-docs.docker.com",
|
||||
"DOCS_CLOUDFRONT_ID": "E1MYDYF65FW3HG",
|
||||
"DOCS_LAMBDA_FUNCTION_REDIRECTS": "DockerDocsRedirectFunction-labs"
|
||||
},
|
||||
"refs/heads/main": {
|
||||
"HUGO_ENV": "prod",
|
||||
"DOCS_URL": "https://docs.docker.com",
|
||||
"DOCS_AWS_IAM_ROLE": "arn:aws:iam::710015040892:role/prod-docs-docs.docker.com-20220818202218674300000001",
|
||||
"DOCS_AWS_REGION": "us-east-1",
|
||||
"DOCS_S3_BUCKET": "prod-docs-docs.docker.com",
|
||||
"DOCS_CLOUDFRONT_ID": "E228TTN20HNU8F",
|
||||
"DOCS_LAMBDA_FUNCTION_REDIRECTS": "DockerDocsRedirectFunction-prod"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user