Enhance deploy script with improved logging and directory checks; update file copying logic to exclude sensitive files and ensure proper backup. Update nodemailer and sequelize versions in package.json and package-lock.json for backend compatibility.

This commit is contained in:
Torsten Schulz (local)
2025-10-19 13:21:21 +02:00
parent e0a4726adb
commit da2d913219
3 changed files with 49 additions and 13 deletions

View File

@@ -27,10 +27,10 @@
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"mysql2": "^3.6.5",
"nodemailer": "^6.9.7",
"nodemailer": "^7.0.9",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"sequelize": "^6.35.2"
"sequelize": "^6.37.7"
},
"devDependencies": {
"nodemon": "^3.0.2"