BotFlow icon indicating copy to clipboard operation
BotFlow copied to clipboard

Configurar CI/CD

Open victorcmoura opened this issue 5 years ago • 3 comments

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)

victorcmoura avatar Sep 09 '19 20:09 victorcmoura

Following the procedures according to #153.

mansogf avatar Feb 25 '21 00:02 mansogf

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.

mansogf avatar Mar 02 '21 21:03 mansogf

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);

mansogf avatar Mar 17 '21 01:03 mansogf