korhonen.cc/.drone.yml
Marko Korhonen 99c8586e21
All checks were successful
continuous-integration/drone/push Build is passing
Drone: fetch submodules as well
2022-03-25 18:44:47 +02:00

23 lines
368 B
YAML

kind: pipeline
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: build
image: klakegg/hugo:ext-asciidoctor-ci
volumes:
- name: output
path: /korhonen.cc
commands:
- "ls /korhonen.cc"
- "hugo -d /korhonen.cc"
volumes:
- name: output
host:
path: /var/www/korhonen.cc