cheatsheets/circle.md

433 B

title
CircleCI

circle.yml

  • machine: adjusting the VM to your preferences and requirements
  • checkout: checking out and cloning your git repo
  • dependencies: setting up your project's language-specific dependencies
  • database: preparing the databases for your tests
  • test: running your tests
  • deployment: deploying your code to your web servers

See: https://circleci.com/docs/configuration