Compare commits

..

2 Commits

Author SHA1 Message Date
88fa100c07 Merge pull request 'fix' (#34) from master into prod
Reviewed-on: #34
2025-06-04 03:07:23 +03:00
Egor Matveev
71521fdbb5 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
2025-06-04 03:07:02 +03:00

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]