diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-12-14 20:37:36 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-12-14 21:30:01 -0800 |
| commit | 3dd2bc18b159f385ed6c13803eb743d90f3dd2ca (patch) | |
| tree | 80dfcc63a9a4a34664ad2408de0afe6a9d911c83 /.ci/ci.ts | |
| parent | 6bf57766feb8321f860baf300140563cd9539053 (diff) | |
| download | posthook-3dd2bc18b159f385ed6c13803eb743d90f3dd2ca.tar.gz posthook-3dd2bc18b159f385ed6c13803eb743d90f3dd2ca.zip | |
Fix ci
Diffstat (limited to '.ci/ci.ts')
| -rw-r--r-- | .ci/ci.ts | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ import { join } from "path"; const REGISTRY = "img.liz.coffee"; const NAMESPACE = "emprespresso"; -const IMG = "adelie"; +const IMG = "posthook"; const REMOTE = "https://code.liz.coffee"; const getPipeline = () => { @@ -62,7 +62,7 @@ const getReleaseDeployment = (branch: string) => { case "release": return "https://plane.liz.coffee/api/v1/deploy?uuid=p8g8gg4g88wow48488sgko8g&force=false"; case "main": - return "https://plane.liz.coffee/api/v1/deploy?uuid=l8wksc08gcossck408gscgo8&force=false"; + return "https://plane.liz.coffee/api/v1/deploy?uuid=esssc8c0g4c08ggo80w0cgg0&force=false"; default: return null; } |
