mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
(nextjs) fixed cache path
This commit is contained in:
parent
d4560e7c11
commit
7cc7f2e27c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
backend: "filesystem"
|
backend: "filesystem"
|
||||||
restore: true
|
restore: true
|
||||||
filesystem-cache-root: "/tmp"
|
filesystem_cache_root: "/tmp"
|
||||||
cache_key: '{{ .Repo.Name }}_{{ checksum "package.json" }}_{{ checksum "yarn.lock" }}_{{ arch }}_{{ os }}'
|
cache_key: '{{ .Repo.Name }}_{{ checksum "package.json" }}_{{ checksum "yarn.lock" }}_{{ arch }}_{{ os }}'
|
||||||
archive_format: "gzip"
|
archive_format: "gzip"
|
||||||
mount:
|
mount:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue