summaryrefslogtreecommitdiff
path: root/.ci/ci.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-12-09 20:18:13 -0800
committerElizabeth Hunt <me@liz.coffee>2025-12-09 20:18:13 -0800
commit5022afd34f998cc3a5566650a05a2090126b469d (patch)
tree96fdce7540468093c421481e86138e1304bb0f8f /.ci/ci.ts
parent5766583d629af78018a911992dee9a88d63ac60f (diff)
downloadcanary-5022afd34f998cc3a5566650a05a2090126b469d.tar.gz
canary-5022afd34f998cc3a5566650a05a2090126b469d.zip
Uses real coolify endpoint for canary
Diffstat (limited to '.ci/ci.ts')
-rw-r--r--.ci/ci.ts2
1 files changed, 1 insertions, 1 deletions
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',
},
};