commit
2fbac213c7
@ -2,8 +2,8 @@ version: "3.4"
|
|||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
queues:
|
queues-grpc:
|
||||||
image: mathwave/sprint-repo:queues-py3-grpc
|
image: mathwave/sprint-repo:queues-grpc
|
||||||
networks:
|
networks:
|
||||||
- queues-development
|
- queues-development
|
||||||
environment:
|
environment:
|
||||||
|
@ -2,8 +2,8 @@ version: "3.4"
|
|||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
queues:
|
queues-grpc:
|
||||||
image: mathwave/sprint-repo:queues-py3-grpc
|
image: mathwave/sprint-repo:queues-grpc
|
||||||
networks:
|
networks:
|
||||||
- queues
|
- queues
|
||||||
environment:
|
environment:
|
||||||
|
@ -18,14 +18,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: dev
|
ref: dev
|
||||||
- name: build
|
- name: build
|
||||||
run: docker build -t mathwave/sprint-repo:queues-py3-grpc .
|
run: docker build -t mathwave/sprint-repo:queues-grpc .
|
||||||
push:
|
push:
|
||||||
name: Push
|
name: Push
|
||||||
runs-on: [ dev ]
|
runs-on: [ dev ]
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: push
|
- name: push
|
||||||
run: docker push mathwave/sprint-repo:queues-py3-grpc
|
run: docker push mathwave/sprint-repo:queues-grpc
|
||||||
deploy-dev:
|
deploy-dev:
|
||||||
name: Deploy dev
|
name: Deploy dev
|
||||||
runs-on: [prod]
|
runs-on: [prod]
|
||||||
|
@ -18,14 +18,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: prod
|
ref: prod
|
||||||
- name: build
|
- name: build
|
||||||
run: docker build -t mathwave/sprint-repo:queues-py3-grpc .
|
run: docker build -t mathwave/sprint-repo:queues-grpc .
|
||||||
push:
|
push:
|
||||||
name: Push
|
name: Push
|
||||||
runs-on: [ dev ]
|
runs-on: [ dev ]
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: push
|
- name: push
|
||||||
run: docker push mathwave/sprint-repo:queues-py3-grpc
|
run: docker push mathwave/sprint-repo:queues-grpc
|
||||||
deploy-prod:
|
deploy-prod:
|
||||||
name: Deploy prod
|
name: Deploy prod
|
||||||
runs-on: [prod]
|
runs-on: [prod]
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
bson==0.5.10
|
|
||||||
dnspython==2.7.0
|
dnspython==2.7.0
|
||||||
grpcio==1.68.1
|
grpcio==1.68.1
|
||||||
grpcio-tools==1.68.1
|
grpcio-tools==1.68.1
|
||||||
|
Loading…
Reference in New Issue
Block a user