Skip to content
Snippets Groups Projects
Commit 864f9a6d authored by Piotr Gawron's avatar Piotr Gawron
Browse files

CI_CD documents

parent a2543e32
No related branches found
No related tags found
1 merge request!411Feature/docs
# CI/CD
---
### **CI Pipeline**
- Commitlint
- Standardisation of commit messages according to conventional approvals
- [https://commitlint.js.org/\#/](https://commitlint.js.org/#/)
- [https://github.com/conventional-changelog/commitlint/blob/master/docs/guides-ci-setup.md\#gitlab-ci](https://github.com/conventional-changelog/commitlint/blob/master/docs/guides-ci-setup.md#gitlab-ci)
- Danger
- Coding style
- linting
- code coverage
- Merge request metrics
- PR should have description and tags
- Standardization of PR according to Conventional Commits
- Title standard
- [https://docs.gitlab.com/ee/development/dangerbot.html](https://docs.gitlab.com/ee/development/dangerbot.html)
- Checks
- Build
- Unit tests
### **CD Pipeline (staging)**
- Vercel
- Vercel enables free deployment and its automation (branch change detection and deployment)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment