diff --git a/.github/workflows/github-actions-ci.yml b/.github/workflows/github-actions-ci.yml index 151a941..3c10334 100644 --- a/.github/workflows/github-actions-ci.yml +++ b/.github/workflows/github-actions-ci.yml @@ -40,7 +40,7 @@ jobs: docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG - name: Update kube config - run: aws eks update-kubeconfig --name salvadorapp + run: aws eks update-kubeconfig --name salvadorcluster - name: Deploy to EKS run: |