77 СЕМЬ
All checks were successful
Go Linter / Run golangci-lint (api_gateway) (push) Successful in 3m51s
Go Linter / Tag Commit (push) Successful in 12s
Go Linter / Build golang services (api_gateway) (push) Successful in 4m15s
Go Linter / Push Docker Images (api_gateway) (push) Successful in 8m11s

This commit is contained in:
Alex Shevchuk
2025-09-17 16:13:32 +03:00
parent 9fb046223c
commit a11e3b3a82
4 changed files with 23 additions and 26 deletions

View File

@@ -1,25 +0,0 @@
name: Deploy Production
on:
push:
branches: [master, release]
pull_request:
branches: [master, release]
jobs:
deploy_to_staging:
name: Deploy to Staging
runs-on: ubuntu-22.04
if: ${{ gitea.ref == 'refs/heads/release' }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Manual Approval Step
run: echo "Ручное подтверждение получено. Запуск деплоя..."
- name: Deployment Script (Заглушка)
run: |
echo "Здесь будет скрипт деплоя на staging"
# TODO: Реальный скрипт деплоя
echo "Симуляция деплоя..."