We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5eae06 commit 7fa8c71Copy full SHA for 7fa8c71
.github/workflows/on-push.yml
@@ -94,7 +94,7 @@ jobs:
94
./ci vault gcpKey -t $(cat .token) --proj q-ctrl-documentation -r docs -o ./gcloud-service-key.json
95
gcloud auth activate-service-account --key-file=./gcloud-service-key.json
96
gcloud config set project q-ctrl-documentation
97
- gcloud container clusters get-credentials docs-dev --zone us-central1-c
+ gcloud container clusters get-credentials docs-development --zone us-central1-c
98
kubectl -n docs-dev rollout restart deployment/python-open-controls-docs
99
100
sphinx_documentation_test:
0 commit comments