ocurrent / ocurrent-deployer

A pipeline that deploys unikernels and other services
MIT License
22 stars 19 forks source link

Separate services from pipeline #217

Closed benmandrew closed 6 months ago

benmandrew commented 6 months ago

Currently the list of services is fed directly into a single Current.unit pipeline, this PR separates them out so that we can generate documentation from the list of services.

Future PRs for documentation and testing will depend on this PR. It is broken up to keep reviews manageable.