taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 077188098bf1a60571efb1d5ee9d0baae52149cc
parent bb0a8f1a828b4fae6c74a472f530abe2ae309741
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 18 Jan 2025 23:01:18 +0100

hack around node segv. great software

Diffstat:
Mworker-sites/update_taler-ops.sh | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/worker-sites/update_taler-ops.sh b/worker-sites/update_taler-ops.sh @@ -18,7 +18,11 @@ fetch git submodule update --init --force ./bootstrap ./configure --baseurl="https://taler-ops.ch/" --prefix=$HOME/www.taler-ops.ch.wip -make install +make build-site +make parcel &> /dev/null || true # segfaults on server, not sure why +make parcel # 2nd run works... +make optimize-css +make install-file chmod -R g+rx $HOME/www.taler-ops.ch.wip/