refactor(update-backend): remove temporary environment directory cleanup
All checks were successful
Deploy to production / deploy (push) Successful in 2m43s

- Eliminated the removal of the temporary environment directory in the update-backend.sh script to retain the environment for potential debugging or further use.
This commit is contained in:
Torsten Schulz (local)
2026-03-31 07:50:19 +02:00
parent 9aad42655e
commit ee11a989a0

View File

@@ -63,4 +63,3 @@ cd "$BACKEND_DIR"
export STAGE="$STAGE" export STAGE="$STAGE"
echo "Backend update completed!" echo "Backend update completed!"
rm -rf "$TEMP_ENV_DIR"