🚀 Release v1.0.2

- Tipo: patch
- Database backup: database-backups/ids_v1.0.2_20251117_084907.sql.gz
- Data: 2025-11-17 08:49:16
This commit is contained in:
Marco Lanzara 2025-11-17 08:49:16 +00:00
parent bd75d78190
commit 11fe5cdce7
4 changed files with 10 additions and 4 deletions

Binary file not shown.

View File

@ -126,7 +126,7 @@ mkdir -p $BACKUP_DIR
# Nome file backup con timestamp e versione
TIMESTAMP=$(date +%Y%m%d_%H%M%S)
BACKUP_FILE="$BACKUP_DIR/vigilanzaturni_v${NEW_VERSION}_${TIMESTAMP}.sql"
BACKUP_FILE="$BACKUP_DIR/ids_v${NEW_VERSION}_${TIMESTAMP}.sql"
# Controlla se DATABASE_URL è disponibile
if [ -z "$DATABASE_URL" ]; then

View File

@ -17,4 +17,4 @@ GITLAB_REPO=https://git.alfacom.it/marco/ids.alfacom.it.git
GITLAB_BRANCH=main
# Server di deployment (opzionale, per riferimento)
DEPLOYMENT_SERVER=vt.alfacom.it
DEPLOYMENT_SERVER=ids.alfacom.it

View File

@ -1,7 +1,13 @@
{
"version": "1.0.1",
"lastUpdate": "2025-11-17T08:45:53.250Z",
"version": "1.0.2",
"lastUpdate": "2025-11-17T08:49:16.297Z",
"changelog": [
{
"version": "1.0.2",
"date": "2025-11-17",
"type": "patch",
"description": "Deployment automatico v1.0.2"
},
{
"version": "1.0.1",
"date": "2025-11-17",