production and staging(development)

This commit is contained in:
2026-04-27 11:39:02 +03:00
parent 9fdd9f9fe6
commit 561ffe111a
+5 -1
View File
@@ -9,10 +9,14 @@ on:
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest # Твой helsinki-runner runs-on: ubuntu-latest # Твой helsinki-runner
# Мы НЕ используем секцию container, чтобы работать на хосте напрямую container:
image: catthehacker/ubuntu:act-latest
# ВАЖНО: пробрасываем сокет Docker
options: -v /var/run/docker.sock:/var/run/docker.sock
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3 uses: actions/checkout@v3
# ... остальные шаги без изменений
- name: Define Environment - name: Define Environment
run: | run: |