Update deployment script to ensure persistent data management, enhance backup and restore processes, and improve error handling. Modify .gitignore to exclude sensitive production data and update deployment documentation to reflect changes. Add environment variable loading for production secrets in configuration files.
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 48s
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 48s
This commit is contained in:
@@ -119,7 +119,7 @@ pm2 save
|
||||
## Notizen
|
||||
|
||||
- **`.output/` ist NICHT im Git** (steht in `.gitignore`)
|
||||
- **Produktivdaten SIND im Git** (werden versioniert)
|
||||
- **Produktivdaten SOLLEN NICHT im Git sein** (werden per `.gitignore` ausgeschlossen und in Produktion außerhalb des Repos persistiert, z.B. unter `/var/lib/harheimertc`)
|
||||
- **Bei Deployment:** Immer Backup → Build → Restore
|
||||
- **Bei Problemen:** Script verwenden oder manuell Daten sichern
|
||||
|
||||
|
||||
Reference in New Issue
Block a user