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