From ebda6b59a948b8719e30d685579b319b22b41887 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 17 Jun 2023 13:20:38 +0200 Subject: [PATCH] feat: include cuddle Signed-off-by: kjuulh --- rust-cli/cuddle.yaml | 8 ++++++++ rust-service/cuddle.yaml | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 rust-cli/cuddle.yaml create mode 100644 rust-service/cuddle.yaml diff --git a/rust-cli/cuddle.yaml b/rust-cli/cuddle.yaml new file mode 100644 index 0000000..a8f03d3 --- /dev/null +++ b/rust-cli/cuddle.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json + +base: "git@git.front.kjuulh.io:kjuulh/cuddle-base.git" + +vars: + service: "%%name%%" + registry: kasperhermansen + diff --git a/rust-service/cuddle.yaml b/rust-service/cuddle.yaml new file mode 100644 index 0000000..ecf6641 --- /dev/null +++ b/rust-service/cuddle.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json + +base: "git@git.front.kjuulh.io:kjuulh/cuddle-base.git" + +vars: + service: "%%name%%" + registry: kasperhermansen