1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-03 14:22:41 +02:00

Add Circle CI resources

CircleCI documentation
This commit is contained in:
Paul Marsicovetere
2022-08-05 08:28:54 -04:00
committed by GitHub
parent 64e1482d67
commit 93e41f2def

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>