Reword again
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
70e1572294
commit
d77a5ec61c
|
@ -1,6 +1,6 @@
|
|||
local PROD = 'production';
|
||||
local STAGE = 'staging';
|
||||
local NIX = 'nix --store --eval-store local /tmp/cache --extra-experimental-features nix-command --extra-experimental-features flakes';
|
||||
local NIX = 'nix --extra-experimental-features nix-command --extra-experimental-features flakes --eval-store local --store /tmp/cache ';
|
||||
local VOLUMES = [
|
||||
{ name: 'site', path: '/site' },
|
||||
{ name: 'cache', path: '/tmp/cache' },
|
||||
|
|
Loading…
Reference in New Issue