dokploy icon indicating copy to clipboard operation
dokploy copied to clipboard

Can monorepo autoploy base on different paths?

Open hkz404 opened this issue 2 months ago • 1 comments

What problem will this feature address?

Currently, multiple projects in one monorepo will all autodeploy after git push, however there's only one project need to be redeploy.

Describe the solution you'd like

Refer to the GitHub action's workflow, monitor different paths to determine which project needs to be redeployed.

Describe alternatives you've considered

split monorepo to multiple project? This goes against the philosophy of monorepo.

Additional context

No response

Will you send a PR to implement it?

No

hkz404 avatar Dec 13 '24 09:12 hkz404