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 7fa8c71 commit c777a42Copy full SHA for c777a42
.github/workflows/on-release.yml
@@ -52,5 +52,5 @@ jobs:
52
./ci vault gcpKey -t $(cat .token) --proj q-ctrl-documentation -r docs -o ./gcloud-service-key.json
53
gcloud auth activate-service-account --key-file=./gcloud-service-key.json
54
gcloud config set project q-ctrl-documentation
55
- gcloud container clusters get-credentials docs-prod --zone us-central1-c
+ gcloud container clusters get-credentials docs-production --zone us-central1-c
56
kubectl -n docs rollout restart deployment/python-open-controls-docs
0 commit comments