korhonen.cc/.drone.yml
Marko Korhonen eae3599b9a
All checks were successful
continuous-integration/drone/push Build is passing
Debug drone
2022-03-25 18:21:56 +02:00

18 lines
265 B
YAML

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