From 9f04f7a7aae38a640f0f18f6b73e97e3102e482c Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Thu, 23 Jul 2026 10:08:36 -0700 Subject: Flex --- .ci/ci.ts | 3 +-- README.md | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ci/ci.ts b/.ci/ci.ts index 5888f96..b3fb75c 100644 --- a/.ci/ci.ts +++ b/.ci/ci.ts @@ -93,8 +93,7 @@ const getPipeline = () => { }, }; gitHookPipeline.addStage({ parallelJobs: [publishModel, deployServer] }); - // deployWorker restarts the container running this pipeline, so it goes last and alone - gitHookPipeline.addStage({ parallelJobs: [deployWorker] }); + gitHookPipeline.addStage({ parallelJobs: [deployWorker] }); // kill ourselves last return gitHookPipeline.build(); }; diff --git a/README.md b/README.md index bd9adb7..d362d9b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ 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. +yes, it [builds itself](https://code.liz.coffee/ci.git/tree/.ci/ci.ts). + ## how to use? 1. add a binary that writes a valid serialized `pipeline` (as modeled in `model/pipeline.ts`) to stdout somewhere in your repo. -- cgit v1.3