Use explicit path

This commit is contained in:
vhsdream 2025-07-16 17:49:22 -04:00
parent d9818797ee
commit 442c2b8a67

View File

@ -21,7 +21,7 @@ NODE_VERSION="20" setup_nodejs
msg_info "Installing Tududi"
fetch_and_deploy_gh_release "tududi" "chrisvel/tududi"
cd /opt/"$APPLICATION"
cd /opt/tududi
$STD npm install
export NODE_ENV=production
$STD npm run frontend:build