Skip to content

Commit

Permalink
ci: update cache
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Dec 10, 2023
1 parent 92df9dc commit 0c2a21d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ steps:
- 'nslookup fonts.gstatic.com'
- 'npm run build'

depends_on:
- restore-cache
volumes:
- name: shiro-env
path: /drone/src/.env
Expand All @@ -57,6 +59,9 @@ steps:
- name: node_modules_cache
path: /cache

depends_on:
- build

- name: package
image: node:20-alpine
commands:
Expand Down

0 comments on commit 0c2a21d

Please sign in to comment.