Change directory to /opt/grist before build steps (#8913)

This commit is contained in:
Slaviša Arežina
2025-11-06 18:50:46 +01:00
committed by GitHub
parent b16501652c
commit d4d175d689

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