From dce905206764d3a6902fde4c7e7a514203eae9b3 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Wed, 3 Jul 2024 11:45:57 -0400 Subject: [PATCH] now we mount the host volume on the DRONE_WORKSPACE/hugo_cache/ path --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f718afc..5cb843e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - HUGO_CACHEDIR="/$DRONE_WORKSPACE/hugo_cache/" sh $DRONE_WORKSPACE/build.sh $DRONE_BRANCH volumes: - name: go_module_cache - path: /tmp/hugo_cache/ + path: /drone/src/hugo_cache/ - name: publish_prod depends_on: - hugo