Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Releases: githubtraining/ci-circle

v2.0.0

21 Dec 12:33
c56a9e6
Compare
Choose a tag to compare

View Course

Continuous integration with CircleCI

Steps

  1. Enable continuous integration
  2. Introduce the configuration file
  3. Specify the docker image
  4. Merge the configuration
  5. Add validation
  6. Protect the master branch
  7. Fix the broken build
  8. Merge code with a successful build
  9. Add an HTMLProofer unit test
  10. Fix the broken link
  11. Merge the unit test
  12. Deploy

Complete Diff

v1.0.0...v2.0.0

v1.0.0

21 Dec 12:17
a5cfe6e
Compare
Choose a tag to compare

View Course

Continuous integration with CircleCI

Steps

  1. Enable continuous integration
  2. Introduce the configuration file
  3. Specify the docker image
  4. Merge the configuration
  5. Add validation
  6. Protect the master branch
  7. Fix the broken build
  8. Merge code with a successful build
  9. Add an HTMLProofer unit test
  10. Fix the broken link
  11. Merge the unit test
  12. Deploy