This commit is contained in:
2025-09-01 12:19:56 +03:00
parent 66e33be462
commit 181ef4aecb

View File

@@ -6,7 +6,7 @@ volumes:
host:
path: /var/run/docker.sock
pipeline:
steps:
test:
image: python:3.11
commands:
@@ -29,5 +29,7 @@ pipeline:
commands:
- docker compose up -d
when:
event: push
branch: main
event:
- push
branch:
- main