Add drone config
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
61c6570ae0
commit
f20cf1ec5b
|
@ -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
|
Loading…
Reference in New Issue