-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
Monorepo support
Hey, is it possible to maintain separate/distinct projects in Shippable which test and deploy independently of one another from a monorepo?
I've had a look through existing issues, and through the docs, and so far I can't see a good way of setting this up without having to write lots of scripts.
We have two use-cases for this right now:
- Microservices which share a tech-stack, but which are tested and deployed separately. With different requirements such as code-coverage dependent on service tier.
- A SOA, with (for example) a front-end powered by Node and a back-end powered by something else - Here the tech stack isn't shared, and so these need to be tested independently of each other with differing environments. It's possible to run different environments right now, but I'm not sure if it's possible to then build different docker images and run different test suites.
It seems as though both use-cases might be fixed given the ability to import a repository with multiple shippable.yml files, with each one appearing as a first-class citizen in Shippable (a distinct, separate project).
Thanks!
Alex
Reactions are currently unavailable