fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 2m14s
Deploy Dev / Push (pull_request) Successful in 22s
Deploy Dev / Deploy dev (pull_request) Successful in 10s

This commit is contained in:
emmatveev 2024-12-07 23:19:42 +03:00
parent 73ba329510
commit a8ae799a8e
4 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ version: "3.4"
services: services:
queues: queues:
image: mathwave/sprint-repo:queues-py3-grpc image: mathwave/sprint-repo:queues-grpc
networks: networks:
- queues-development - queues-development
environment: environment:

View File

@ -3,7 +3,7 @@ version: "3.4"
services: services:
queues: queues:
image: mathwave/sprint-repo:queues-py3-grpc image: mathwave/sprint-repo:queues-grpc
networks: networks:
- queues - queues
environment: environment:

View File

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

View File

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