Fix drone volume mount
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is passing

This commit is contained in:
Marko Korhonen 2022-03-25 18:17:58 +02:00
parent 0885cae3d6
commit 343d6cdd2f
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -6,7 +6,11 @@ steps:
image: klakegg/hugo:asciidoctor
volumes:
- name: output
path: /var/www/korhonen.cc
path: /korhonen.cc
commands:
- "ls /output"
- "hugo -d /output"
- "hugo -d /korhonen.cc"
volumes:
- name: output
host:
path: /var/www/korhonen.cc