Mentions légales du service

Skip to content

Define and set up CI/CD for deployment

RAVERDY Pierre-Guillaume requested to merge 10-deploy-staging-job into dev
name: Feature
about: New features or wider changes

Closes #10

Description

This MR contains:

  • gilab-ci.yml update for building and deploying docker images in registry
    • image build triggered automatically on protected branches, manually on MR
    • image push triggered automatically on tag, manually on protected branches
  • gitlab-ci.yml update for triggering pipeline in private deployment gitlab project
  • dev/qualif/prod angular environment configuration for web app deployment
  • docker scripts update (run_app with different environment, clean, ...)
  • documentation update (README + docker.md)

Misc

  • Fix email issues #83

Changelog

  • Add CI/CD for qualif/prod deployment #10
  • Fix Missing emails when sending multiple ones to inria in thread #83
Edited by HUYNH Kim-Tam

Merge request reports