Skip to content

Commit 14152c3

Browse files
authored
Merge pull request #23777 from dvdksn/fix-production-env
fix: set "production" as hugo environment in prod
2 parents 329a348 + 37370bc commit 14152c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/releaser/env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"DOCS_LAMBDA_FUNCTION_REDIRECTS": "DockerDocsRedirectFunction-labs"
1010
},
1111
"refs/heads/main": {
12-
"HUGO_ENV": "prod",
12+
"HUGO_ENV": "production",
1313
"DOCS_URL": "https://docs.docker.com",
1414
"DOCS_AWS_IAM_ROLE": "arn:aws:iam::710015040892:role/prod-docs-docs.docker.com-20220818202218674300000001",
1515
"DOCS_AWS_REGION": "us-east-1",

0 commit comments

Comments
 (0)