schwarzesbrett/.drone.yml

19 lines
303 B
YAML
Raw Normal View History

2022-08-02 08:28:19 +00:00
---
kind: pipeline
type: docker
2022-08-02 08:39:06 +00:00
name: frontend
2022-08-02 08:28:19 +00:00
steps:
- name: build
image: tmaier/docker-compose
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
2022-08-02 08:29:59 +00:00
- docker-compose build frontend
2022-08-02 08:57:41 +00:00
volumes:
- name: dockersock
host:
path: /var/run/docker.sock