From 6354e2ea7e0e207fe1c034dc6cf9b1584634ff38 Mon Sep 17 00:00:00 2001 From: InkSoul Date: Sat, 12 Aug 2023 10:19:41 +0800 Subject: [PATCH] test --- hugobuild.drone.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/hugobuild.drone.yml b/hugobuild.drone.yml index f13e6b7..6bfb59b 100644 --- a/hugobuild.drone.yml +++ b/hugobuild.drone.yml @@ -31,10 +31,16 @@ steps: settings: cache_to: - .git + volumes: + - name: cache + path: .git volumes: #声明数据卷 - name: blog host: - path: blog_path + path: + from_secret: blog_path - name: cache - path: .git \ No newline at end of file + host: + path: + from_secret: cache_path \ No newline at end of file