From a7dcb30c7a465d9fce72b7fc3e605470b2b59814 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 16 Dec 2025 08:06:09 -0500 Subject: feat(deploy): Complete mini-PaaS deployment system (t-266) - Add Omni/Deploy/ with Manifest, Deployer, Systemd, Caddy modules - Manifest CLI: show, update, add-service, list, rollback commands - Deployer: polls S3 manifest, pulls closures, manages systemd units - Caddy integration for dynamic reverse proxy routes - bild: auto-cache to S3, outputs STORE_PATH for push.sh - push.sh: supports both NixOS and service deploys - Biz.nix: simplified to base OS + deployer only - Services (podcastitlater-web/worker) now deployer-managed - Documentation: README.md with operations guide --- Omni/Log.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Omni/Log.hs') diff --git a/Omni/Log.hs b/Omni/Log.hs index 91fcb55..ecfe973 100644 --- a/Omni/Log.hs +++ b/Omni/Log.hs @@ -65,8 +65,9 @@ msg lvl labels = area +> \case "Live" -> putDumb _ -> - Env.getEnv "TERM" +> \case - "dumb" -> putDumb + Env.lookupEnv "TERM" +> \case + Just "dumb" -> putDumb + Nothing -> putDumb _ -> Rainbow.hPutChunks IO.stderr [fore color <| clear <> chunk txt <> "\r"] where -- For systemd-journal, emacs *compilation* buffers, etc. -- cgit v1.2.3