Skip to content

Commit c777a42

Browse files
authored
New Production Cluster (#56)
* Use docs-development cluster * New production cluster
1 parent 7fa8c71 commit c777a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
./ci vault gcpKey -t $(cat .token) --proj q-ctrl-documentation -r docs -o ./gcloud-service-key.json
5353
gcloud auth activate-service-account --key-file=./gcloud-service-key.json
5454
gcloud config set project q-ctrl-documentation
55-
gcloud container clusters get-credentials docs-prod --zone us-central1-c
55+
gcloud container clusters get-credentials docs-production --zone us-central1-c
5656
kubectl -n docs rollout restart deployment/python-open-controls-docs

0 commit comments

Comments
 (0)