Software-Engineering-Jagiellonian / django-celery-frege

Tool for measuring open source code repositories
GNU General Public License v3.0
6 stars 36 forks source link

CI/CD Pipeline for Frege #89

Open Iwomichu opened 1 year ago

Iwomichu commented 1 year ago

We should have some kind of CI/CD pipelines to make the deployment easier.

wszlosek commented 1 year ago

@Iwomichu, hi, what stages for example do you mean? At the moment we only have run_tests.

Iwomichu commented 1 year ago

Current tests are enough for now (integration pipeline could be expanded with some static type analysis for Python in the future). My focus is more on the deployment here, since currently it a) is not documented in any way; b) involves a lot of manual work that could be easily automated.