dokploy
dokploy copied to clipboard
Can monorepo autoploy base on different paths?
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