From 5022afd34f998cc3a5566650a05a2090126b469d Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Tue, 9 Dec 2025 20:18:13 -0800 Subject: Uses real coolify endpoint for canary --- .ci/ci.cjs | 2 +- .ci/ci.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/ci.cjs b/.ci/ci.cjs index 5e88f51..81e3829 100755 --- a/.ci/ci.cjs +++ b/.ci/ci.cjs @@ -5124,7 +5124,7 @@ var getPipeline = () => { const deployWorker = { type: "coolify_webhook.js", arguments: { - webhookUrl: "https://plane.liz.coffee/api/v1/deploy?uuid=lg8400808cwo480wo4g44swg&force=false" + webhookUrl: "https://plane.liz.coffee/api/v1/deploy?uuid=q488gkswgc00wk0k04cs8ok8&force=false" } }; gitHookPipeline.addStage({ parallelJobs: [ diff --git a/.ci/ci.ts b/.ci/ci.ts index 448cc69..ca53cab 100644 --- a/.ci/ci.ts +++ b/.ci/ci.ts @@ -43,7 +43,7 @@ const getPipeline = () => { const deployWorker: CoolifyWebhookJob = { type: 'coolify_webhook.js', arguments: { - webhookUrl: 'https://plane.liz.coffee/api/v1/deploy?uuid=lg8400808cwo480wo4g44swg&force=false', + webhookUrl: 'https://plane.liz.coffee/api/v1/deploy?uuid=q488gkswgc00wk0k04cs8ok8&force=false', }, }; -- cgit v1.2.3-70-g09d2