From 62f781970ba0e9d4edaad90bd38d569504d07916 Mon Sep 17 00:00:00 2001 From: Quang Pham Date: Sat, 28 Oct 2023 12:52:02 +0200 Subject: [PATCH] build docker image --- .github/workflows/deploy.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b2303de..828bbed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,13 +43,13 @@ jobs: docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -t $ECR_REGISTRY/$ECR_REPOSITORY:latest . docker push -a $ECR_REGISTRY/$ECR_REPOSITORY - - name: Update kube config - run: aws eks update-kubeconfig --name simple-bank --region eu-west-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 + # - name: Update kube config + # run: aws eks update-kubeconfig --name simple-bank --region eu-west-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