opencrvs / opencrvs-core

A global solution to civil registration
https://www.opencrvs.org
Other
79 stars 58 forks source link

Remove components storybook from things to deploy #7219

Open n1koo opened 1 week ago

n1koo commented 1 week ago

Currently we deploy the storybook build of components https://github.com/opencrvs/opencrvs-countryconfig/blob/develop/infrastructure/docker-compose.deploy.yml#L528-L551 but there shouldn't be a need to do those as components is references as a dependency on other microservices, not used directly

Lets doublecheck if there are any references to the assets (via HTTP) and if not then remove it from the things to deploy (and probably build)