Skip to content

implement CICD pipeline for the web applications

Idan Cohen requested to merge web-cicd into genocide

There needs to exist a pipeline to

  1. build the react app
  2. build a node container that runs the backend and contains the built react app
  3. push this container as image to registy
  4. deploy to kubernetes

Merge request reports