diff options
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; } |
