refactor(update-backend): remove temporary environment directory cleanup
All checks were successful
Deploy to production / deploy (push) Successful in 2m43s
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:
@@ -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"
|
|
||||||
Reference in New Issue
Block a user