aboutsummaryrefslogtreecommitdiff
path: root/modules/role/manifests/cryptoportfolio.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/role/manifests/cryptoportfolio.pp')
-rw-r--r--modules/role/manifests/cryptoportfolio.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/role/manifests/cryptoportfolio.pp b/modules/role/manifests/cryptoportfolio.pp
index 5e18ac0..d670486 100644
--- a/modules/role/manifests/cryptoportfolio.pp
+++ b/modules/role/manifests/cryptoportfolio.pp
@@ -304,6 +304,7 @@ class role::cryptoportfolio {
304 exec { "web-cryptoportfolio-build": 304 exec { "web-cryptoportfolio-build":
305 cwd => "${cf_front_app}/cmd/web", 305 cwd => "${cf_front_app}/cmd/web",
306 environment => ["HOME=${cf_home}"], 306 environment => ["HOME=${cf_home}"],
307 path => ["${cf_front_app}/cmd/web/node_modules/.bin/", "/usr/bin"],
307 command => "/usr/bin/make static ENV=${cf_env}", 308 command => "/usr/bin/make static ENV=${cf_env}",
308 creates => "${cf_front_app}/cmd/web/build/static", 309 creates => "${cf_front_app}/cmd/web/build/static",
309 require => [File[$cf_front_app_static_conf], Exec["web-cryptoportfolio-dependencies"]] 310 require => [File[$cf_front_app_static_conf], Exec["web-cryptoportfolio-dependencies"]]