master #35

Merged
emmatveev merged 3 commits from master into dev 2025-06-04 21:08:09 +03:00
Showing only changes of commit 71521fdbb5 - Show all commits

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]