From 344111d7ef08826894083b3a56b40e6c20eff37d Mon Sep 17 00:00:00 2001 From: Valentin Date: Mon, 13 May 2024 15:01:35 +0200 Subject: [PATCH] debug matomo --- bin/generate_static_front.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/generate_static_front.sh b/bin/generate_static_front.sh index fb6bb6e..714e046 100644 --- a/bin/generate_static_front.sh +++ b/bin/generate_static_front.sh @@ -1,10 +1,6 @@ #!/bin/bash -if [[ -z "$REPO_DIRECTORY" ]]; then - . bin/set_url.sh -fi - -su -s /bin/bash -c "cd ${REPO_DIRECTORY} &&\ +su -s /bin/bash -c "cd ${FRONT_DIRECTORY} &&\ node --max-old-space-size=250 `which npm` install -y &&\ node --max-old-space-size=250 `which npm` run generate --prerender" www-data