From 34fabb72be6e1c4313aa2c2be256ae4cc2096967 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 6 Apr 2024 21:17:03 +0200 Subject: [PATCH] feat: with drone Signed-off-by: kjuulh --- .drone.yml | 2 ++ cuddle.yaml | 11 ++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..77bff5c --- /dev/null +++ b/.drone.yml @@ -0,0 +1,2 @@ +kind: template +load: cuddle-rust-cli-plan.yaml diff --git a/cuddle.yaml b/cuddle.yaml index c91c924..93f824a 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -1,7 +1,16 @@ # 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" +base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-cli-plan.git" vars: service: "churn" registry: kasperhermansen + +please: + project: + owner: kjuulh + repository: churn + branch: main + settings: + api_url: https://git.front.kjuulh.io +