diff --git a/database-backups/ids_v1.0.2_20251117_084907.sql.gz b/database-backups/ids_v1.0.2_20251117_084907.sql.gz new file mode 100644 index 0000000..f230fae Binary files /dev/null and b/database-backups/ids_v1.0.2_20251117_084907.sql.gz differ diff --git a/deploy-to-gitlab.sh b/deploy-to-gitlab.sh index 257d21e..1a2c44b 100755 --- a/deploy-to-gitlab.sh +++ b/deploy-to-gitlab.sh @@ -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 diff --git a/git.env b/git.env index 927f3e5..96824d1 100644 --- a/git.env +++ b/git.env @@ -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 diff --git a/version.json b/version.json index 5c7d369..0a82ba0 100644 --- a/version.json +++ b/version.json @@ -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",