diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..457293c --- /dev/null +++ b/.drone.yml @@ -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