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 9f9ede1 commit d9b3b15Copy full SHA for d9b3b15
.github/workflows/on-push.yaml
@@ -83,6 +83,6 @@ jobs:
83
./ci vault awsKey -t $(cat .token) -r deploy-eks-dev -o ./.aws-credentials
84
./ci docker run qctrl/ci-images:google-cloud-sdk-ci sh -- -c '
85
. ./.aws-credentials;
86
- aws eks update-kubeconfig --alias hidden --name platform-dev2 --region us-east-1;
+ aws eks update-kubeconfig --alias hidden --name platform-dev --region us-west-2;
87
kubectl -n qctrl-platform set image deployment/open-controls-docs open-controls-docs=qctrl/open-controls-docs:$COMMIT && kubectl -n qctrl-platform rollout status deployment/open-controls-docs;
88
'
0 commit comments