refactor(update-backend): streamline .env file handling process
Some checks failed
Deploy to production / deploy (push) Failing after 1m58s

- Replaced the previous method of copying .env files with a direct installation from a specified source path.
- Improved permissions and ownership settings for the .env file to enhance security.
- Added user feedback for successful file transfer and verification steps.
This commit is contained in:
Torsten Schulz (local)
2026-03-30 16:19:00 +02:00
parent 4ebff4dc17
commit ca33a29317
5 changed files with 18 additions and 23 deletions

View File

@@ -30,6 +30,7 @@
"loading": "Lädt...",
"back": "Zurück",
"cancel": "Abbrechen",
"ok": "OK",
"yes": "Ja",
"no": "Nein"
},

View File

@@ -30,6 +30,7 @@
"loading": "Loading...",
"back": "Back",
"cancel": "Cancel",
"ok": "OK",
"yes": "Yes",
"no": "No"
},

View File

@@ -30,6 +30,7 @@
"loading": "Cargando...",
"back": "Atrás",
"cancel": "Cancelar",
"ok": "Aceptar",
"yes": "Sí",
"no": "No"
},