Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Implementation of CI/CD to automate deployments #6

@NathaelB

Description

@NathaelB

Specs

For the moment, it's a good idea to do continuous integration when a PullRequest is open, checking that the code flows and that the tests pass.

This will avoid sources of error during reviews by letting certain code through.

In addition, as soon as a push is made to main, a workflow can be launched for:

  • lint / tests
  • update chart helm (with the commit sha)
  • push to git
  • build & push on `ghcr.io

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions