numerique-gouv / people

Teams management application
MIT License
9 stars 0 forks source link

👷(helm) preprod #235

Closed AntoLC closed 2 weeks ago

AntoLC commented 1 month ago

Purpose

Configure the pre-production environment: https://desk-preprod.beta.numerique.gouv.fr/

Add the deploy workflow, this workflow will deploy the application to the selected tag: Ex (https://github.com/numerique-gouv/people/releases):

Et voila, your preproduction will target the v0.1.1

Proposal

Demo

I created a demo branch / PR: https://github.com/numerique-gouv/people/pull/236

I created the version v0.1.0-demo, see https://github.com/numerique-gouv/people/releases/tag/v0.1.0-demo. I created the tag preprod that target the branch demo/preprod, see https://github.com/numerique-gouv/people/releases/tag/preprod

To put to production, we will just have to create our tag production that target the branch that we want to release, probably main.