Skip to content

Commit d9b3b15

Browse files
authored
build: Point deployments to new dev cluster (#278)
1 parent 9f9ede1 commit d9b3b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
8383
./ci vault awsKey -t $(cat .token) -r deploy-eks-dev -o ./.aws-credentials
8484
./ci docker run qctrl/ci-images:google-cloud-sdk-ci sh -- -c '
8585
. ./.aws-credentials;
86-
aws eks update-kubeconfig --alias hidden --name platform-dev2 --region us-east-1;
86+
aws eks update-kubeconfig --alias hidden --name platform-dev --region us-west-2;
8787
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;
8888
'

0 commit comments

Comments
 (0)