fix
All checks were successful
Deploy Prod / Deploy prod (pull_request) Successful in 7s
Deploy Prod / Build (pull_request) Successful in 5s
Deploy Prod / Push (pull_request) Successful in 10s

This commit is contained in:
Egor Matveev 2025-06-04 03:07:02 +03:00
parent 7e40a5e9f5
commit 71521fdbb5

View File

@ -18,14 +18,14 @@ jobs:
with:
ref: prod
- name: build
run: docker build -t mathwave/sprint-repo:pizda-bot .
run: docker build -t mathwave/sprint-repo:certupdater .
push:
name: Push
runs-on: [ dev ]
needs: build
steps:
- name: push
run: docker push mathwave/sprint-repo:pizda-bot
run: docker push mathwave/sprint-repo:certupdater
deploy-prod:
name: Deploy prod
runs-on: [prod]