From bc90fc403e4d08c33bceb9c257cdcbd8e3e7ba58 Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Thu, 23 Jul 2026 09:50:56 -0700 Subject: Packpub before killing ourselves. --- .ci/ci.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.ci/ci.ts') diff --git a/.ci/ci.ts b/.ci/ci.ts index 0215697..5888f96 100644 --- a/.ci/ci.ts +++ b/.ci/ci.ts @@ -92,11 +92,9 @@ const getPipeline = () => { webhookUrl: 'https://plane.liz.coffee/api/v1/deploy?uuid=gwsc0g8co84cwowggo8w4k0c&force=false' }, }; - gitHookPipeline.addStage({ parallelJobs: [ - publishModel, - deployServer, - deployWorker, - ] }); + gitHookPipeline.addStage({ parallelJobs: [publishModel, deployServer] }); + // deployWorker restarts the container running this pipeline, so it goes last and alone + gitHookPipeline.addStage({ parallelJobs: [deployWorker] }); return gitHookPipeline.build(); }; -- cgit v1.3