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: with:
ref: prod ref: prod
- name: build - name: build
run: docker build -t mathwave/sprint-repo:pizda-bot . run: docker build -t mathwave/sprint-repo:certupdater .
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:pizda-bot run: docker push mathwave/sprint-repo:certupdater
deploy-prod: deploy-prod:
name: Deploy prod name: Deploy prod
runs-on: [prod] runs-on: [prod]