.drone.yml tryout for hugo
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

This commit is contained in:
lafleur 2020-10-18 00:17:28 +02:00
parent eb92e20055
commit 5c904035ce
1 changed files with 20 additions and 0 deletions

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
---
kind: pipeline
type: docker
name: default
steps:
#- name: greeting
#image: golang:1.12
#commands:
#- go build
#- go test
- name: build
image: plugins/hugo
#settings:
# hugo_version: latest
# validate: true
when:
branch:
- master