diff --git a/.deploy/deploy-dev.yaml b/.deploy/deploy-dev.yaml index 732207c..4b57d9d 100644 --- a/.deploy/deploy-dev.yaml +++ b/.deploy/deploy-dev.yaml @@ -2,8 +2,8 @@ version: "3.4" services: - queues: - image: mathwave/sprint-repo:queues-py3-grpc + queues-grpc: + image: mathwave/sprint-repo:queues-grpc networks: - queues-development environment: diff --git a/.deploy/deploy-prod.yaml b/.deploy/deploy-prod.yaml index 1570803..4105a02 100644 --- a/.deploy/deploy-prod.yaml +++ b/.deploy/deploy-prod.yaml @@ -2,8 +2,8 @@ version: "3.4" services: - queues: - image: mathwave/sprint-repo:queues-py3-grpc + queues-grpc: + image: mathwave/sprint-repo:queues-grpc networks: - queues environment: diff --git a/.gitea/workflows/deploy-dev.yaml b/.gitea/workflows/deploy-dev.yaml index b10402f..c14815e 100644 --- a/.gitea/workflows/deploy-dev.yaml +++ b/.gitea/workflows/deploy-dev.yaml @@ -18,14 +18,14 @@ jobs: with: ref: dev - name: build - run: docker build -t mathwave/sprint-repo:queues-py3-grpc . + run: docker build -t mathwave/sprint-repo:queues-grpc . push: name: Push runs-on: [ dev ] needs: build steps: - name: push - run: docker push mathwave/sprint-repo:queues-py3-grpc + run: docker push mathwave/sprint-repo:queues-grpc deploy-dev: name: Deploy dev runs-on: [prod] diff --git a/.gitea/workflows/deploy-prod.yaml b/.gitea/workflows/deploy-prod.yaml index c6ad1c5..f7bf8df 100644 --- a/.gitea/workflows/deploy-prod.yaml +++ b/.gitea/workflows/deploy-prod.yaml @@ -18,14 +18,14 @@ jobs: with: ref: prod - name: build - run: docker build -t mathwave/sprint-repo:queues-py3-grpc . + run: docker build -t mathwave/sprint-repo:queues-grpc . push: name: Push runs-on: [ dev ] needs: build steps: - name: push - run: docker push mathwave/sprint-repo:queues-py3-grpc + run: docker push mathwave/sprint-repo:queues-grpc deploy-prod: name: Deploy prod runs-on: [prod] diff --git a/requirements.txt b/requirements.txt index d1155a6..420da05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ annotated-types==0.7.0 -bson==0.5.10 dnspython==2.7.0 grpcio==1.68.1 grpcio-tools==1.68.1