OCurrent deployment pipeline for rocq-prover.org.
Use an existing opam switch or:
opam switch create 5.2.0 5.2.0
opam switch link 5.2.0Install the dependencies with:
opam install . --deps-onlyTo compile the deployer use:
dune build
dune installTo run the GitHub application, it needs to be installed in your github project and configured. You can then run it, adapting the following command:
deploy-rocq-prover_org --github-app-id 1100037 \
--github-account-allowlist=rocq-prover \
--github-private-key-file private_key \
--github-webhook-secret-file webhook_secretBy default, this opens a web server for monitoring the deployment on localhost:8080.
See deploy-rocq-prover_org --help for other configuration options.