-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We want CICD (Continuous Integration and Continues Deployment)
Notes:
- CICD should support both the BE and the FE.
- Use GitHub Actions
- For now, any successful merge to Main branch should be deployed to production.
- Any code that is pushed to the GitHub should automatically run tests and Lint.
- Failing tests or failing Lint should prevent the merge to Main.
Reactions are currently unavailable