Skip to content

Commit 37370bc

Browse files
committed
fix: set "production" as hugo environment in prod
Signed-off-by: David Karlsson <[email protected]>
1 parent 329a348 commit 37370bc

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)