Skip to content

Commit

Permalink
Merge pull request #24 from postech-5soat-grupo-25/fixes
Browse files Browse the repository at this point in the history
feat: update deploy
  • Loading branch information
MatheusBLopes authored Sep 12, 2024
2 parents 2fdbcda + 48f249b commit a0b9f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
IMAGE_TAG: ${{ steps.commit.outputs.short }}
run: |
docker build -t $ECR_REGISTRY/$ECR_RUST_API_REPOSITORY:latest -f ./docker-api/Dockerfile
docker build -t $ECR_REGISTRY/$ECR_RUST_API_REPOSITORY:latest -f Dockerfile ./docker-api/
docker push $ECR_REGISTRY/$ECR_RUST_API_REPOSITORY:latest
- name: Update kube config
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
IMAGE_TAG: ${{ steps.commit.outputs.short }}
run: |
docker build -t $ECR_REGISTRY/$ECR_LISTENER_API_REPOSITORY:latest -f ./docker-listener/Dockerfile
docker build -t $ECR_REGISTRY/$ECR_LISTENER_API_REPOSITORY:latest -f Dockerfile ./docker-listener/
docker push $ECR_REGISTRY/$ECR_LISTENER_API_REPOSITORY:latest
- name: Update kube config
Expand Down

0 comments on commit a0b9f3e

Please sign in to comment.