You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: streamline binary deployment in health.sh
- Replaced direct SSH commands with `exec_on_host` for creating remote directories, improving code clarity and maintainability.
- Updated binary transfer functions to use `copy_to_host`, enhancing consistency in deployment logic.
- Removed redundant variable assignments for SSH user and IP, simplifying the function's parameters.
0 commit comments