From f3889f53316bd5e4f0634cba793eb6c0110cbdad Mon Sep 17 00:00:00 2001 From: Long Nguyen Date: Mon, 23 Jan 2023 16:59:53 -0700 Subject: [PATCH] Point Deploy action to the new cluster --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cbdcda8..e696c5b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -46,7 +46,7 @@ jobs: - name: Update GitOps repo id: update_gitops_repo run: | - cd 'clusters/main-cluster/kubernetes/${{ steps.validate_input.outputs.environment }}' + cd 'clusters/prod-services-blue/${{ steps.validate_input.outputs.environment }}' # Read current image tag current_image_tag=$(yq e '.images[] | select(.name | contains("rpc-gateway")) | .newTag' kustomization.yaml)