This repository has been archived on 2020-07-26. You can view files and clone it, but cannot push or open issues or pull requests.
deploy/.drone.yml
Torma Kristóf ef30ebc8af
All checks were successful
continuous-integration/drone/push Build is passing
validate compose file
2020-02-01 22:17:20 +01:00

14 lines
223 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: html_validate
image: ubuntu
commands:
- apt-get update && apt-get install -y docker-compose
- docker-compose config --services
trigger:
branch:
- master