dify/web/features/deployments/deploy-drawer/README.md
Stephen Zhou a14310fc62
refactor(web): organize deployment feature state (#38065)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-06-27 07:34:46 +00:00

16 lines
770 B
Markdown

# Deployment Deploy Drawer
Drawer workflow for choosing a release, selecting an environment, binding runtime credentials, and starting a deployment.
## Internal Modules
| Module | Why this module uses it |
| -------- | ------------------------------------------------------------------------------ |
| `shared` | Reuses shared deployment domain rules, UI primitives, hooks, or local helpers. |
## External Modules
| Module | Why this module uses it |
| ------------------------------ | ------------------------------------------------------------ |
| `app/components/base/skeleton` | Reuses skeleton primitives for drawer form loading sections. |