aboutsummaryrefslogtreecommitdiff
path: root/.ci/ci.ts
diff options
context:
space:
mode:
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;
}