Add drone pipeline
This commit is contained in:
parent
52ddcd1720
commit
c76d308ede
1 changed files with 13 additions and 0 deletions
13
.drone.yml
Normal file
13
.drone.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: plugins/hugo
|
||||||
|
volumes:
|
||||||
|
- name: output
|
||||||
|
path: /var/www/korhonen.cc
|
||||||
|
settings:
|
||||||
|
hugo_version: 0.95
|
||||||
|
validate: true
|
||||||
|
output: /output
|
Loading…
Add table
Add a link
Reference in a new issue