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: host:
path: /var/run/docker.sock path: /var/run/docker.sock
pipeline: steps:
test: test:
image: python:3.11 image: python:3.11
commands: commands:
@@ -29,5 +29,7 @@ pipeline:
commands: commands:
- docker compose up -d - docker compose up -d
when: when:
event: push event:
branch: main - push
branch:
- main