Skip to content

sloth-ci/sloth-ci

Repository files navigation

Welcome to Sloth CI!

image Deploy Docs Publish Package

Sloth CI is a lightweight, standalone CI server.

Via extensions, Sloth CI offers detailed logs, build status badges, email notifications, and webhooks.

Run Locally

Requirements:

  • poetry >= 1.2 (pre-releases can be installed via get-poetry and the --preview flag)

Deploy the project:

$ poetry install

Run locally with:

$ poetry run sci start

Check that the instance is running:

$ poetry run sci status

Build the docs:

$ poetry run foliant make site -p docs