debug matomo

This commit is contained in:
Valentin 2024-05-13 15:01:35 +02:00
parent 0bc64f161f
commit 344111d7ef
1 changed files with 1 additions and 5 deletions

View File

@ -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