From d7664448568869c272def5bce215957c440b8faf Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 19 Aug 2023 22:38:14 +0200 Subject: [PATCH] fix drone --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 831768c..455e860 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,10 @@ kind: pipeline type: docker name: build + +environment: + WIKI_PATH: ${WIKI_PATH} + steps: - name: build image: squidfunk/mkdocs-material:7.1.9 @@ -19,6 +23,5 @@ volumes: - name: site host: # path: /home/sthope/docker/wiki - path: - from_secret: wiki_folder + path: ${wiki_folder} \ No newline at end of file