debug matomo
This commit is contained in:
parent
0bc64f161f
commit
344111d7ef
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue