mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
(nextjs) added node preloader
This commit is contained in:
parent
73f970b82c
commit
2d9d88f1a1
7 changed files with 40 additions and 13 deletions
|
@ -19,7 +19,7 @@ steps:
|
|||
cache_key: '{{ .Repo.Name }}_{{ checksum "package.json" }}_{{ checksum "yarn.lock" }}_{{ arch }}_{{ os }}'
|
||||
archive_format: "gzip"
|
||||
mount:
|
||||
- '/app/node_modules'
|
||||
- '/app'
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /tmp/cache
|
||||
|
@ -85,7 +85,7 @@ steps:
|
|||
cache_key: '{{ .Repo.Name }}_{{ checksum "package.json" }}_{{ checksum "yarn.lock" }}_{{ arch }}_{{ os }}'
|
||||
archive_format: "gzip"
|
||||
mount:
|
||||
- '/app/node_modules'
|
||||
- '/app'
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /tmp/cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue