We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b563b commit c7c616aCopy full SHA for c7c616a
1 file changed
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: 🔄 Update Kubeconfig for EKS
81
run: |
82
- aws eks update-kubeconfig --name eks-code2cloud-test --region ${{ vars.AWS_REGION }}
+ aws eks update-kubeconfig --name ${{ vars.EKS_NAME }} --region ${{ vars.AWS_REGION }}
83
84
- name: 🔍 Check if Kubernetes Deployment Exists
85
id: check-deployment
0 commit comments