diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-23 10:10:19 -0700 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-23 10:10:36 -0700 |
| commit | 353a841407b944a2506ea2687d3e9077bd06668b (patch) | |
| tree | 18ed6aebd53e66e92779d166676b524ff1c91868 /.ci/ci.ts | |
| parent | 9f04f7a7aae38a640f0f18f6b73e97e3102e482c (diff) | |
| download | ci-353a841407b944a2506ea2687d3e9077bd06668b.tar.gz ci-353a841407b944a2506ea2687d3e9077bd06668b.zip | |
Diffstat (limited to '.ci/ci.ts')
| -rw-r--r-- | .ci/ci.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ const getPipeline = () => { const deployServer: CoolifyWebhookJob = { type: 'coolify_webhook.js', arguments: { - webhookUrl: 'https://plane.liz.coffee/api/v1/deploy?uuid=gwsc0g8co84cwowggo8w4k0c&force=false' + webhookUrl: 'https://plane.liz.coffee/api/v1/deploy?uuid=gwsc0g8co84cwowggo8w4k0c&force=false', }, }; gitHookPipeline.addStage({ parallelJobs: [publishModel, deployServer] }); |
