1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Resources added for Circle CI (#1701)

This commit is contained in:
Archit Sharma
2022-09-06 15:22:13 +00:00
committed by GitHub
parent be1c2faa60
commit bb07e3bd27

View File

@@ -1 +1,7 @@
# Circle ci
# CircleCI
CircleCI is a CI/CD service that can be integrated with GitHub, BitBucket and GitLab repositories. The service that can be used as a SaaS offering or self-managed using your own resources.
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://circleci.com/'>CircleCI Website</BadgeLink>
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://circleci.com/docs'>CircleCI Documentation</BadgeLink>
<BadgeLink badgeText='Configuration Tutorial' colorScheme='blue' href='https://circleci.com/docs/config-intro'>Configuration Tutorial</BadgeLink>