Dead Simple CI
  • Go 83.8%
  • JavaScript 11.7%
  • Shell 2.4%
  • CSS 2.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Alexey Melezhik 130259acae
All checks were successful
dsci The build status: success
fix links
2026-08-05 15:35:38 +03:00
.dsci Update jobs.yaml 2026-07-29 11:42:40 +03:00
css migrate to go 2026-02-06 13:36:54 +03:00
examples one more example 2026-01-17 12:03:49 +03:00
js migrate to go 2026-02-06 13:36:54 +03:00
posts Fix coverage skip condition from 'Yes' to 'True' 2026-07-28 14:36:59 +03:00
screenshots screen 2026-01-14 16:32:09 +03:00
.gitignore web site 2026-08-04 09:44:30 +03:00
bash-plugins.md rumtime 2026-02-24 14:34:40 +03:00
cicd.md fix link 2026-02-24 14:05:46 +03:00
configuration.md fix doc 2026-08-05 15:28:29 +03:00
cookbook.md add cookbook 2026-01-23 12:12:27 +03:00
debugging.md Update debugging.md 2026-07-27 19:11:45 +03:00
discord.md discord 2026-01-20 18:07:03 +03:00
forgejo-setup.md fix links 2026-02-16 11:17:07 +03:00
go.mod migrate to go 2026-02-06 13:36:54 +03:00
install.md fix links 2026-08-05 15:35:38 +03:00
introduction.md fix links 2026-07-30 16:59:58 +03:00
job-cond.md fix brackets 2026-02-16 12:24:42 +03:00
job.md fix links 2026-02-16 11:17:07 +03:00
main.go fix links 2026-08-05 15:35:38 +03:00
maintenance.md restore 2026-02-05 12:18:48 +03:00
pipeline.md add Bash plugins 2026-02-24 14:02:35 +03:00
predefined-vars.md fix var 2026-02-17 10:18:34 +03:00
README.md Fix tildas 2026-02-17 13:33:22 +03:00
sandbox.md Update sandbox.md 2026-07-29 14:51:03 +03:00
screenshots.md better markdown 2026-02-17 11:42:46 +03:00
secrets.md Fix grammatical error in secrets.md 2026-07-26 23:13:51 +03:00
task.md shared tasks 2026-07-31 15:03:50 +03:00

DSCI

[D]ead [S]imple CI - All batteries included self hosted PAAS for developers

TL;DR

The idea is that - Forgejo +YAMLess pipelines for CICD, plus the same runner to install all necessary infra on single server. And devs are in control through Bash/Python not YAML )), no magic devops required

Join us

We are on discord, ~join us!

Features

  • Small and fast - everything installed on single server - suitable for VPS/self hosting with limited infra capabilities

  • Everything is a code, everything through code - you are in control

  • No clunky YAML/Terraform/Ansible - just old good Python/Bash scripts

  • No magic devops knowledge required, any developer knowing Bash/Python could spin up infrastructure in seconds

  • IAC - databases/services/cron jobs/etc - everything through containers - your box is just a hardware provider - safe and simple

  • Standard flow support - containers/micro services/backends/frontends/etc

  • Ideal for businesses and teams with limited budget

DSCI building blocks

  • ~Forgejo - smart and modern CI server

  • Dead simple ~ci - YAMLess pipeline engine for forgejo

  • Dead simple plugins - we have a tons of plugins available from ~https://sparrowhub.io


Further reading