I have an umbrella project with multiple apps. I have distillery config for all apps defined at the top level of the umbrella project. Is there any support in bootleg for defining multiple apps/release and their corresponding deployment targets at the top level of an umbrella project? If not I assume I'll need to move both distillery config and bootleg config into sub-apps within the umbrella project. That would feel a bit awkward though since I assume I'd need different workspaces per app, each of which would have their own cloned git repo, ...
I have an umbrella project with multiple apps. I have distillery config for all apps defined at the top level of the umbrella project. Is there any support in bootleg for defining multiple apps/release and their corresponding deployment targets at the top level of an umbrella project? If not I assume I'll need to move both distillery config and bootleg config into sub-apps within the umbrella project. That would feel a bit awkward though since I assume I'd need different workspaces per app, each of which would have their own cloned git repo, ...