daita-technologies / ai-tools

AI-based tools for the DAITA platform.

Home Page:http://app.daita.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI/CD workflow

pcaversaccio opened this issue · comments

We must setup a proper CI/CD workflow. The repository should be setup in the future in such a way that changes to the branch release-staging and release-production will trigger a rebuild of the Staging and the Production application, respectively.

The merge flow for changes should be as follows:

<feature-branch> -> <develop> -> <main> -> <release-staging> -> <release-production>

image

Part of this issue is resolved by PR #22