Compare commits

..

1 Commits

Author SHA1 Message Date
MickLesk
25a739e761 Fireshare: rebuild frontend on update to fix 500 after update 2026-05-30 21:53:06 +02:00

View File

@@ -53,6 +53,9 @@ function update_script() {
export VIDEO_DIRECTORY=/opt/fireshare-videos
export PROCESSED_DIRECTORY=/opt/fireshare-processed
$STD uv run flask db upgrade
cd /opt/fireshare/app/client
$STD npm install
$STD npm run build
msg_ok "Updated Fireshare"
msg_info "Starting Service"