korhonen.cc/.drone.yml
Marko Korhonen 343d6cdd2f
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is passing
Fix drone volume mount
2022-03-25 18:17:58 +02:00

17 lines
241 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: klakegg/hugo:asciidoctor
volumes:
- name: output
path: /korhonen.cc
commands:
- "hugo -d /korhonen.cc"
volumes:
- name: output
host:
path: /var/www/korhonen.cc