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

14 lines
247 B
YAML
Raw Normal View History

2020-02-01 22:17:20 +01:00
kind: pipeline
type: docker
name: default
steps:
- name: html_validate
image: ubuntu
commands:
2020-02-01 22:18:30 +01:00
- apt-get update && apt-get install --no-install-recommends -y docker-compose
2020-02-01 22:17:20 +01:00
- docker-compose config --services
trigger:
branch:
- master