Skip to content

Commit

Permalink
Merge pull request #59 from imrishuroy/k8-deployment
Browse files Browse the repository at this point in the history
update kube config
  • Loading branch information
imrishuroy authored Sep 13, 2024
2 parents effaf96 + f663414 commit 66dce7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,13 @@ jobs:
docker push -a $ECR_REGISTRY/$ECR_REPOSITORY
- name: Update kube config
run: aws eks update-kubeconfig --name legalreferral --region ap-south-1
run: aws eks update-kubeconfig --name legal-referral --region us-east-1

- name: Deploy image to Amazon EKS
env:
IMAGE_TAG: ${{ env.IMAGE_TAG }}

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
Expand Down

0 comments on commit 66dce7c

Please sign in to comment.