Compare commits

...

1 Commits

Author SHA1 Message Date
Slaviša Arežina
7c28404c38 Change directory to /opt/grist before build steps 2025-11-06 15:29:29 +01:00

View File

@@ -47,6 +47,7 @@ function update_script() {
cp -r /opt/grist_bak/docs/* /opt/grist/docs/
cp /opt/grist_bak/grist-sessions.db /opt/grist/grist-sessions.db
cp /opt/grist_bak/landing.db /opt/grist/landing.db
cd /opt/grist
$STD yarn install
$STD yarn run build:prod
$STD yarn run install:python