schwarzesbrett/.drone.yml
Dominic Grimm d25594bf94
All checks were successful
continuous-integration/drone/push Build is passing
Fix CI
2022-08-02 10:29:59 +02:00

19 lines
309 B
YAML

---
kind: pipeline
type: docker
name: schwarzesbrett
steps:
- name: build
image: tmaier/docker-compose
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker-compose build frontend
volumes:
- name: dockersock
host:
path: /var/run/docker.sock