This commit is contained in:
parent
6adb581ff4
commit
ef30ebc8af
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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
|
Reference in New Issue
Block a user