Add git commit info to UI and update deployment script

This commit is contained in:
2025-12-27 19:00:15 +11:00
parent 2b690f2dac
commit 85ca389f29
6 changed files with 887 additions and 657 deletions

View File

@@ -13,6 +13,10 @@ echo "Deploying $APP_NAME..."
# If we are running this script FROM the repo, we assume we are already in the right place or we are setting it up.
# This script assumes it is being run inside the destination directory /var/www/advanced-raid-calculator
# Generate version info
echo "Generating version info..."
node update-version.js
# Install dependencies
echo "Installing dependencies..."
npm install