Browse Part V: Building Applications with Clojure

15.8 Continuous Integration and Deployment

In this section

  • 15.8.1 Setting Up Continuous Integration (CI)
    Explore the benefits of Continuous Integration and learn to set up automated builds and tests using tools like Jenkins, Travis CI, or GitHub Actions for Clojure applications.
  • 15.8.2 Automating Tests and Builds
    Learn how to configure Continuous Integration pipelines to automate tests, code quality checks, and build artifacts using Clojure.
  • 15.8.3 Continuous Deployment (CD)
    Explore strategies and best practices for continuous deployment, focusing on automated releases, rollbacks, and deployment pipelines in Clojure applications.
Saturday, October 5, 2024