Merge pull request 'master' (#4) from master into prod

Reviewed-on: #4
This commit is contained in:
emmatveev 2024-12-08 10:44:15 +03:00
commit 2fbac213c7
5 changed files with 8 additions and 9 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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]

View File

@ -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]

View File

@ -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