From efbfabb8abc13102bead2f26bc4975ab570dab3b Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sun, 10 Jul 2022 12:18:08 -0700 Subject: [PATCH] cache gatsby files --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 402eda2..633e43a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,8 @@ steps: restore: true mount: - ./node_modules + - ./.cache + - ./public volumes: - name: cache path: /cache @@ -22,7 +24,7 @@ steps: image: node commands: - yarn install - # - yarn build + - yarn build - name: rebuild-cache image: drillster/drone-volume-cache @@ -30,6 +32,8 @@ steps: rebuild: true mount: - ./node_modules + - ./.cache + - ./public volumes: - name: cache path: /cache