diff options
-rw-r--r-- | README.md | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -1,16 +1,11 @@ -# lizci (⑅˘꒳˘) +# @emprespresso/ci (⑅˘꒳˘) -hi! this is lizci, built on top of [laminar](https://laminar.ohwg.net/docs.html), because while jenkins looks hot and classy, -i prefer a simpler approach that i can extend on myself. +this is my ci server, built on top of [laminar](https://laminar.ohwg.net/docs.html), because while the jenkins logo looks hot and classy, i want something to hack on myself. -## how to use? (。•̀ᴗ-)✧ +## how to use it? (。•̀ᴗ-)✧ -add a script that generates the - -1. add a `.ci/ci.json` file to your repo -2. point to your pipeline generator script -3. push your code +1. add a script that generates a valid serialized `pipeline` (as modeled in `model/pipeline.ts`) somewhere in your repo. +2. add a `.ci/ci.json` with `{"worfklow": "<path_to_executable>"}`. +3. push your code to src.liz.coffee. 4. watch the magic happen! - -made with love and deno~ |