diff options
author | Ben Sima <ben@bsima.me> | 2024-12-20 13:21:43 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-12-21 10:08:11 -0500 |
commit | 32d31ae8d1ef5d5aeb03a7fe7e6a294e14905505 (patch) | |
tree | 4a248394a7c49682f9ef7538e3033fbea5117690 /Omni/Bild.hs | |
parent | 87ead51331bc57326882055e1635a84c2d409af7 (diff) |
Build and deploy storybook
I put the storybook into a new Biz.nix deploy target. The idea here is that any
Biz/* targets should be hosted by this one VM for simplicity. Over time I can
grow this as need be, but this should work to host a few services.
Diffstat (limited to 'Omni/Bild.hs')
-rw-r--r-- | Omni/Bild.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Omni/Bild.hs b/Omni/Bild.hs index 2d3d729..648bfcb 100644 --- a/Omni/Bild.hs +++ b/Omni/Bild.hs @@ -465,7 +465,8 @@ isBuildableNs = \case ["Omni", "Dev", "Lithium"], ["Omni", "Dev", "Beryllium"], ["Omni", "Os", "Boot"], - ["Biz", "Dragons", "Analysis"] + ["Biz", "Dragons", "Analysis"], + ["Biz"] ] -- | The default output directory. This is not IO because I don't want to |