mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
fix: set "production" as hugo environment in prod
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"DOCS_LAMBDA_FUNCTION_REDIRECTS": "DockerDocsRedirectFunction-labs"
|
||||
},
|
||||
"refs/heads/main": {
|
||||
"HUGO_ENV": "prod",
|
||||
"HUGO_ENV": "production",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user