#Nested projects

1 messages · Page 1 of 1 (latest)

glossy kayak
#

So, my idea is that we have a root project, which will include common actions, and also effectively implement some internal tools in a consistant way e.g. initialising a project from a template repo

#

Then, the nested projects will be a specific deployment. They will also be dagger projects, where dagger is triggering CI/CD etc

#

So, by having a root project, we can push updates to common actions and internal tools in a consistent way, that then bubble up to the nested projects?

gloomy garden
#

that's exactly the benefits of using Dagger as a CI tool. The fact that you can extend and "model" your CI pipeline progressively

#

so your thought is correct in the sense that this is where the composition of Dagger + CUE shines