add env file
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nebel 2022-12-27 01:00:22 +09:00
parent d2ab5b3eb2
commit ebe2275053

View file

@ -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: