Update tracktor.sh

This commit is contained in:
Tobias 2025-08-07 10:12:27 +02:00 committed by Push From Github
parent d9d0780530
commit 0af0621421

View File

@ -38,6 +38,7 @@ function update_script() {
setup_nodejs setup_nodejs
fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor" fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor"
cd /opt/tracktor cd /opt/tracktor
export NODE_ENV=production
$STD npm install $STD npm install
$STD npm run build $STD npm run build
msg_ok "Updated $APP" msg_ok "Updated $APP"