schwarzesbrett/.drone.yml
Dominic Grimm c27fa5d0a6
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing
Add CI integration
2022-08-02 10:28:19 +02:00

19 lines
315 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 schwarzesbrett
volumes:
- name: dockersock
host:
path: /var/run/docker.sock