diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 409edf6..e236c33 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -43,7 +43,7 @@ jobs: docker push -a $ECR_REGISTRY/$ECR_REPOSITORY - name: Update kube config - run: aws eks update-kubeconfig --name simple-bank --region eu-west-1 + run: aws eks update-kubeconfig --name rbd --region us-east-1 - name: Deploy image to Amazon EKS run: | @@ -51,4 +51,4 @@ jobs: kubectl apply -f eks/deployment.yaml kubectl apply -f eks/service.yaml kubectl apply -f eks/issuer.yaml - kubectl apply -f eks/ingress.yaml \ No newline at end of file + kubectl apply -f eks/ingress.yaml