top | item 46890645

(no title)

melezhik | 26 days ago

Not sure if I get the idea. Is it self hosted or ?

On make file - well for me it’s just another dsl like pipeline like yaml . Again what’s the idea ?

discuss

order

behrlich|17 days ago

Hey, sorry I missed your comment - it can be self hosted. Both the cinch worker and cinch server are self hostable. For my projects I run a cinch worker on my local machine, and the cinch server (which receives webhooks) runs on cinch.sh. But, again, you could self-host the cinch.sh webhook receiver portion.

RE: Makefile. The point is that the runner just runs a command - meaning the CI doesn't have an opinion on what that command should be. All my projects use make - but you could just run `go build` instead! The cinch yaml typically has two keys - the build command and the release command, that's it.