fix(pwa): progress bar setup loading, PWA install detection, Miei filter chip & UI cleanup
This commit is contained in:
@@ -59,3 +59,9 @@ echo "📄 Generato version.json: v$VERSION (timestamp: $BUILD_TIMESTAMP)"
|
||||
# --- Upload ---
|
||||
echo "🚀 Upload via SSH/rsync su Contabo ($VPS_HOST) in corso..."
|
||||
rsync -avz --delete --exclude 'api' www/ "$VPS_USER@$VPS_HOST:$VPS_PATH"
|
||||
|
||||
# --- Allineamento Cantiletture JSON ---
|
||||
if [ -f "./allinealetture.sh" ]; then
|
||||
echo "🔄 Sincronizzazione cantiletture.json su server..."
|
||||
./allinealetture.sh || echo "⚠️ Warning: Allineamento cantiletture.json fallito"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user