Gaining the Starting Skills
CircleCI is a popular tool that is easy to use as a starting point for CI/CD. First, let's build a sample project that can give us an image of the implementation of CI/CD.
Create a Github Repository
Add and Configure the .yml Config File
Prepare for Build on CircleCI
Execute a Build on CircleCI
Utilize the Workspace Functionalities
This is the official tutorial from CircleCI. First, let's build a sample project that can give us an image of the implementation of CI/CD.
A quickstart guide for adding a project to CircleCI and exploring some features
circleci.com