aboutsummaryrefslogtreecommitdiff
path: root/.ci/ci.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-12-14 20:37:36 -0800
committerElizabeth Hunt <me@liz.coffee>2025-12-14 21:30:01 -0800
commit3dd2bc18b159f385ed6c13803eb743d90f3dd2ca (patch)
tree80dfcc63a9a4a34664ad2408de0afe6a9d911c83 /.ci/ci.ts
parent6bf57766feb8321f860baf300140563cd9539053 (diff)
downloadposthook-3dd2bc18b159f385ed6c13803eb743d90f3dd2ca.tar.gz
posthook-3dd2bc18b159f385ed6c13803eb743d90f3dd2ca.zip
Fix ci
Diffstat (limited to '.ci/ci.ts')
-rw-r--r--.ci/ci.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/ci.ts b/.ci/ci.ts
index a08a283..8439d35 100644
--- a/.ci/ci.ts
+++ b/.ci/ci.ts
@@ -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;
}