Skip to content

Commit

Permalink
Merge pull request #8 from Delavalom/fix/update-eks-cluster-name
Browse files Browse the repository at this point in the history
Fix EKS cluster name and region
  • Loading branch information
Delavalom authored Oct 14, 2023
2 parents 3980720 + c86719d commit 83cb8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ 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: |
kubectl apply -f eks/aws-auth.yaml
kubectl apply -f eks/deployment.yaml
kubectl apply -f eks/service.yaml
kubectl apply -f eks/issuer.yaml
kubectl apply -f eks/ingress.yaml
kubectl apply -f eks/ingress.yaml

0 comments on commit 83cb8b7

Please sign in to comment.