From bda302df12856879fd78efad1569135b1706973b Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 16 May 2021 00:31:24 +0200 Subject: add deployment stuff --- deploy/main.jsonnet | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 deploy/main.jsonnet (limited to 'deploy/main.jsonnet') diff --git a/deploy/main.jsonnet b/deploy/main.jsonnet new file mode 100644 index 0000000..4b9a732 --- /dev/null +++ b/deploy/main.jsonnet @@ -0,0 +1,10 @@ +(import "catinator.libsonnet") + +{ + _config+:: { + catinator+: { + config: importstr '../config.toml' + } + }, + + local util = import "util/main.libsonnet", +} -- cgit v1.2.3