korhonen.cc/.drone.yml
Marko Korhonen b7893833a1
All checks were successful
continuous-integration/drone/push Build is passing
Remove unneeded drone step
2022-06-10 17:15:43 +03:00

22 lines
344 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:
- "hugo -d /korhonen.cc"
volumes:
- name: output
host:
path: /var/www/korhonen.cc