BotFlow
BotFlow copied to clipboard
Configurar CI/CD
A ideia inicial seria usar o GitHub Actions. Entretanto, ele não está disponível para uso dentro da organização do lappis. Portanto, a abordagem utilizada será o GitLabCI (mesma abordagem dos outros projetos do lab)
Following the procedures according to #153.
The first inspection was done!
- There was a try to create the CI/CD using Travis but only the build stage was completed for the front-end repository.
- The CI/CD was not stated in the back-end repository.
- Initially, it was expected to develop the CI/CD with Github Actions, however, because LAPPIS infrastructure did not support it, they moved it to Gitlab CI. Due to the current status of the project and the necessity of creating a general infrastructure, it will be refactored using Travis or Github Actions.
After a meeting with Carla and the members of the team, it was decided that this issue needed to be split into 4.
#170 Create CI (back-end); #168 Create CI (front-end); Create CD (back-end); Create CD (front-end);