This commit is contained in:
parent
d2ab5b3eb2
commit
ebe2275053
1 changed files with 4 additions and 0 deletions
|
@ -14,7 +14,11 @@ steps:
|
|||
- name: docker_sock
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- echo -n "$${ENV}" > .env
|
||||
- docker compose up --detach
|
||||
environment:
|
||||
ENV:
|
||||
from_secret: ENV
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
host:
|
||||
|
|
Reference in a new issue