- 15 Posts
- 16 Comments
melezhik@programming.devOPto
Show & Tell@programming.dev•Dead Simple CI - looking for beta testers
1·8 days agoI am going to simplify installation method to just single golang binary , coming soon
melezhik@programming.devOPto
Show & Tell@programming.dev•Dead Simple CI - looking for beta testers
2·8 days agoHey 👋 and thanks for your interest. Yes it can be self hosted - please read this - http://deadsimpleci.sparrowhub.io/doc/forgejo-setup , right now you need to build your own container image and run it with docker/podman. Please let me know if I can help
melezhik@programming.devOPto
Show & Tell@programming.dev•Dead Simple CI - looking for beta testers
1·12 days agojust test
just use dedicated alpine image, pretty easy:
https://deadsimpleci.sparrowhub.io/doc/cookbook

melezhik@programming.devOPto
Show & Tell@programming.dev•Dead Simple CI - looking for beta testers
1·13 days agoIn what environment is the CI
By default this is alline:latest docker container , however one can use custom docker images ( to be documented, but let me know if you are interested ), on the demo server , Ubuntu image is used
melezhik@programming.devOPto
Show & Tell@programming.dev•Dead Simple CI - looking for beta testers
1·13 days agorun_task comes as a part of dsci SDK for Python . What do you mean by build time dependencies? You are free put anything into Python / Bash tasks that are called by run_task function in job file … if you point your repo on demo server I can help you with that …
melezhik@programming.devOPto
Show & Tell@programming.dev•Dead Simple CI - looking for beta testers
3·14 days agoUpdate for new users: Just create some repo and add http://127.0.0.1:4000/forgejo_hook to a repo web hook, then create some dsci pipeline and it will gets triggered
melezhik@programming.devOPto
Show & Tell@programming.dev•Dead Simple CI - looking for beta testers
2·15 days agoActually just enabled self registration , no need to ask me, but still will be happy to see anyone in discord )
It uses yaml only for configuration part, but pipeline itself is far more then that . Not sure what do you mean by “middle ground”, could you please elaborate? Thanks
Just added the feature of running jobs on localhost for debugging:
cd .dsci/job_one; docker run -it -v $PWD:/opt/job --entrypoint /bin/bash dsci -c "cd /opt/job/; s6 --task-run ."
deleted by creator
deleted by creator
Yep,I will figure out the proper design later , but thanks 😊
Oh, sorry for that, changed theme to light , hopefully better now
Feedback are welcome , the project is in very early stage …
melezhik@programming.devto
Programming@programming.dev•Any suggestions for a self-hosted CI that can also be run locally?
1·10 months agoYou may try out https://github.com/melezhik/sparky which is a local / remote task runner with nice front end and scripts could be written on many languages
melezhik@programming.devto
Programmer Humor@programming.dev•How people react when they see me work.
1·11 months agoYep. Fancy devs watching me coding some Rakulang in nano 😂
melezhik@programming.devOPto
Open Source@lemmy.ml•Dormitory - Dead simple dockerless microservice framework
1·1 year agoThe plan is to build the entire system on top of Sparky which is written on Raku and extended by Raku







Example of dsci pipeline - https://forgejo.sparrowhub.io/root/test/src/branch/main/.dsci