diff options
Diffstat (limited to '.ci/ci.cjs')
| -rwxr-xr-x | .ci/ci.cjs | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -5178,11 +5178,8 @@ var getPipeline = () => { webhookUrl: "https://plane.liz.coffee/api/v1/deploy?uuid=gwsc0g8co84cwowggo8w4k0c&force=false" } }; - gitHookPipeline.addStage({ parallelJobs: [ - publishModel, - deployServer, - deployWorker - ] }); + gitHookPipeline.addStage({ parallelJobs: [publishModel, deployServer] }); + gitHookPipeline.addStage({ parallelJobs: [deployWorker] }); return gitHookPipeline.build(); }; var main = () => { |
