1
0
Fork 0

Add drone config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2020-10-06 00:31:29 +02:00
parent 61c6570ae0
commit f20cf1ec5b
1 changed files with 21 additions and 0 deletions

21
.drone.yml Normal file
View File

@ -0,0 +1,21 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: alpine:3.12
volumes:
- name: site
path: /tmp/site
commands:
- apk add --no-cache hugo
- hugo
- cp -r public/* /tmp/site/
volumes:
- name: site
host:
path: /srv/www/sites/www.luj0ga.de