lenra-io/server

[Task] Load and save manifest after the deployment of a build

Offen

#464 geöffnet am 29.09.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Elixir (0 Forks)auto 404
enhancementgood first issuehacktoberfest

Repository-Metriken

Stars
 (6 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

What should be done

To be sure that an app is well deployed and usable, the app manifest should be loaded after the deployment is ready.

To manage cache on the manifest and avoid loading it each time, the result should be saved in the database.

Technical recommandation

Load the manifest when app is ready after the deployment and save the manifest in the deployment table.

Ecological concerns

Stop loading the manifest at every environment start but get it from the database.

Contributor Guide