Skip to content

Commit

Permalink
Merge pull request #19 from postech-5soat-grupo-25/develop
Browse files Browse the repository at this point in the history
feat: update deploy
  • Loading branch information
MatheusBLopes authored Sep 11, 2024
2 parents cd81f99 + 3f00fcc commit 68a55c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
IMAGE_TAG: ${{ steps.commit.outputs.short }}
run: |
docker pull brunomafra/grupo-25-tech-challenge
docker tag brunomafra/grupo-25-tech-challenge $ECR_REGISTRY/$ECR_RUST_API_REPOSITORY:latest
docker push $ECR_REGISTRY/$ECR_RUST_API_REPOSITORY:latest
docker build -t $ECR_REGISTRY/$ECR_PAGAMENTOS_API_REPO:latest -f Dockerfile .
docker push $ECR_REGISTRY/$ECR_PAGAMENTOS_API_REPO:latest
- name: Update kube config
run: aws eks update-kubeconfig --name $EKS_CLUSTER_NAME --region $AWS_REGION
Expand Down

0 comments on commit 68a55c0

Please sign in to comment.