Frontend Microservice CI
Detailed Explanation of Frontend Microservice Repository CI
Frontend Microservice CI process details
The flowchart above describes 4 .yml
GitHub Action files for CI process of frontend microservices. Unlike the backend microservices, frontend microservices are not released as packages, so the branch tagging job does not include building and uploading the NPM software package. Frontend microservices only build software and upload it on Docker, not NPM or PyPi.
To check the details, go to the .github/workflow
directory in each directory. We provide an example of the workflow directory of the frontend microservices with the below link.
- console repository : cloudforet-io/console GitHub workflow file link