Skip to content

Commit f67cf11

Browse files
committed
CICD: Change techdocs to prod_techdocs
1 parent b223663 commit f67cf11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docs-build-push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
inputs:
1010
environment:
11-
description: "Deployment environment. Must be one of: preview, dev, staging, prod, staging_techdocs, techdocs"
11+
description: "Deployment environment. Must be one of: preview, dev, staging, prod, staging_techdocs, prod_techdocs"
1212
required: false
1313
default: preview
1414
type: string
@@ -63,7 +63,7 @@ env:
6363
DOMAIN_STAGING: "docs-staging.nginx.com"
6464
DOMAIN_PROD: "docs.nginx.com"
6565
DOMAIN_STAGING_TECHDOCS: "staging.techdocs.f5.com"
66-
DOMAIN_TECHDOCS: "techdocs.f5.com"
66+
DOMAIN_PROD_TECHDOCS: "techdocs.f5.com"
6767

6868
jobs:
6969
checks:
@@ -152,9 +152,9 @@ jobs:
152152
DOMAIN="${DOMAIN_STAGING_TECHDOCS}"
153153
STORAGE_PREFIX="staging_techdocs"
154154
;;
155-
techdocs)
156-
DOMAIN="${DOMAIN_TECHDOCS}"
157-
STORAGE_PREFIX="techdocs"
155+
prod_techdocs)
156+
DOMAIN="${DOMAIN_PROD_TECHDOCS}"
157+
STORAGE_PREFIX="prod_techdocs"
158158
;;
159159
preview)
160160
DOMAIN="${DOMAIN_PREVIEW}"

0 commit comments

Comments
 (0)