From 6b95326a8639fbe682bc73c69294f964da8e6eb6 Mon Sep 17 00:00:00 2001 From: poignatov Date: Tue, 3 Feb 2026 15:34:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20=D1=80?= =?UTF-8?q?=D1=83=D1=81=D1=81=D0=BA=D0=B8=D1=85=20=D1=81=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=20=D0=BD=D0=B0=20=D0=B0=D0=BD=D0=B3=D0=BB=D0=B8=D0=B9=D1=81?= =?UTF-8?q?=D0=BA=D0=B8=D0=B5=20=D0=B2=20=D1=83=D0=B2=D0=B5=D0=B4=D0=BE?= =?UTF-8?q?=D0=BC=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-and-push.yml | 30 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitea/workflows/build-and-push.yml b/.gitea/workflows/build-and-push.yml index 46d392c..dae2d1b 100644 --- a/.gitea/workflows/build-and-push.yml +++ b/.gitea/workflows/build-and-push.yml @@ -90,9 +90,9 @@ jobs: *play-life* `${{ steps.version_check.outputs.commit_message }}` - Сборка: ✅ - Регистрация: ⏭️ - Публикация: ⏭️ + Build: ✅ + Registration: ⏭️ + Deploy: ⏭️ - name: Deploy to Production Server id: deploy @@ -165,9 +165,9 @@ jobs: *play-life* `${{ steps.version_check.outputs.commit_message }}` - Сборка: ✅ - Регистрация: ✅ - Публикация: ✅ + Build: ✅ + Registration: ✅ + Deploy: ✅ - name: Send Telegram notification (push failure) if: steps.build.outcome == 'success' && steps.version_check.outputs.changed == 'true' && steps.push.outcome == 'failure' @@ -180,9 +180,9 @@ jobs: *play-life* `${{ steps.version_check.outputs.commit_message }}` - Сборка: ✅ - Регистрация: ❌ - Публикация: ⏭️ + Build: ✅ + Registration: ❌ + Deploy: ⏭️ - name: Send Telegram notification (deploy failure) if: steps.build.outcome == 'success' && steps.push.outcome == 'success' && steps.version_check.outputs.changed == 'true' && steps.deploy.outcome == 'failure' @@ -195,9 +195,9 @@ jobs: *play-life* `${{ steps.version_check.outputs.commit_message }}` - Сборка: ✅ - Регистрация: ✅ - Публикация: ❌ + Build: ✅ + Registration: ✅ + Deploy: ❌ - name: Send Telegram notification (build failure) if: steps.build.outcome == 'failure' @@ -210,6 +210,6 @@ jobs: *play-life* `${{ steps.version_check.outputs.commit_message }}` - Сборка: ❌ - Регистрация: ⏭️ - Публикация: ⏭️ \ No newline at end of file + Build: ❌ + Registration: ⏭️ + Deploy: ⏭️ \ No newline at end of file