-
Notifications
You must be signed in to change notification settings - Fork 10
deploy.ci.ocaml.org
Tim McGilchrist edited this page Apr 5, 2022
·
1 revision
URL: https://deploy.ci.ocaml.org
Maintainers: Anil Madhavapeddy, Mark Telvers, Tim McGilchrist
OCurrent based CI/CD system used for ocaml.org services:
- ocurrent-deployer - Pipeline for deploying various ocaml.org services @ https://deploy.ci.ocaml.org
- v3.ocaml.org - New V3 version of ocaml.org @ https://v3.ocaml.org
- v2.ocaml.org - Previous version of ocaml.org @ https://v2.ocaml.org and https://ocaml.org
- docker-base-images - Pipeline for building docker images with opam and ocaml pre-installed See https://hub.docker.com/r/ocaml/opam.
- ocaml-docs-ci - Pipeline for building package documentation included in v3.ocaml.org.
- opam-3.ocaml.org - pipeline for building opam package index and website @ https://opam-3.ocaml.org.
The pipeline descriptions are written in OCaml using a CI/CD pipeline eDSL called OCurrent, in the ocurrent-deployer project.