Skip to content
On this page

Continuous integration (CI) i Continuous Delivery

Backend

  • backend is set of Laravel Package modules that are combined into Modularized Monolith within API project
  • each package after creating new release on github is deployed automatically to packagist.org
  • manually API releases docker image for development from develop branch into escolalms/api:develop image.
  • After creating new release on github API releases docker image for production from main branch into escolalms/api:latest and escolalms/api:version image
null