@@ -34,3 +34,5 @@ The deployment of this connector was tested with Gitlab's CI/CD configuration +
The pipeline has 2 stages, build and deploy. In the build stage, we create the docker image of the node application and we push it to gitlab registry.
In the deploy stage, we use the build image to deploy an Helm chart to kubernetes cluster.
The pipeline is executed with gitlab runner installed in orion kubernetes cluster. The url of the deployment appears in the end of the logs of successful execution of the pipeline.
This connector can be deployed in a simpler environnement as long as the env file is accessible.