You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This application is going to be the primary front end interface that we provide for the Mula service, hence we will need to provision it continously as development goes on to aid testing and delivery
Describe the solution you'd like
Ideally we need to set up the application so it can be plugged into the Little Kidogo CI/CD structure specifically we need to
Set up the application to build and run in a docker container
Set up the CI system to ship the application to docker when there is a new staging or production version
Set up the CI system to copy over the compose file to the production service incase any changes occure in the setup
Set up the CI system to pull and run the new docker tags of the staging and production versions
Describe alternatives you've considered
However way we can deliver the application as self contained docker container would work so we can provision it using docker compose
Is your feature request related to a problem? Please describe.
This application is going to be the primary front end interface that we provide for the Mula service, hence we will need to provision it continously as development goes on to aid testing and delivery
Describe the solution you'd like
Ideally we need to set up the application so it can be plugged into the Little Kidogo CI/CD structure specifically we need to
Describe alternatives you've considered
However way we can deliver the application as self contained docker container would work so we can provision it using docker compose
Additional context
Checkout how we do deployments https://medium.com/quick-bytes/automating-our-deployments-a-mula-retrospective-7b33be1cee8b
The text was updated successfully, but these errors were encountered: