Skip to content

Commit c7c616a

Browse files
authored
Update build.yml
1 parent 97b563b commit c7c616a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: 🔄 Update Kubeconfig for EKS
8181
run: |
82-
aws eks update-kubeconfig --name eks-code2cloud-test --region ${{ vars.AWS_REGION }}
82+
aws eks update-kubeconfig --name ${{ vars.EKS_NAME }} --region ${{ vars.AWS_REGION }}
8383
8484
- name: 🔍 Check if Kubernetes Deployment Exists
8585
id: check-deployment

0 commit comments

Comments
 (0)