Skip to content

Commit 7fa8c71

Browse files
authored
Use docs-development cluster (#55)
1 parent e5eae06 commit 7fa8c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
./ci vault gcpKey -t $(cat .token) --proj q-ctrl-documentation -r docs -o ./gcloud-service-key.json
9595
gcloud auth activate-service-account --key-file=./gcloud-service-key.json
9696
gcloud config set project q-ctrl-documentation
97-
gcloud container clusters get-credentials docs-dev --zone us-central1-c
97+
gcloud container clusters get-credentials docs-development --zone us-central1-c
9898
kubectl -n docs-dev rollout restart deployment/python-open-controls-docs
9999
100100
sphinx_documentation_test:

0 commit comments

Comments
 (0)