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(workflow): standardize script execution and modularize deployment
• Replaced direct script executions with sh for consistency across different environments.
• Introduced deploy.sh to encapsulate deployment logic, improving maintainability and reusability.
• Removed inline deployment commands from the workflow to streamline and declutter the YAML file.
• Enhanced readability and consistency across all script invocations in the workflow.
0 commit comments