From 43f03dd5518d30f5386a63947943c00cb71e32d4 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 6 Apr 2024 23:40:17 +0200 Subject: [PATCH] feat: add cuddle Signed-off-by: kjuulh --- .drone.yml | 19 ++----------------- cuddle.yaml | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 17 deletions(-) create mode 100644 cuddle.yaml diff --git a/.drone.yml b/.drone.yml index 6aff79f..b891f02 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,17 +1,2 @@ -kind: pipeline -type: docker -name: default - -steps: - - name: build && test - image: harbor.front.kjuulh.io/docker-proxy/library/rust:1 - commands: - - cargo build --verbose --all - - cargo test --verbose --all - - name: send telegram notification - image: appleboy/drone-telegram - settings: - token: - from_secret: telegram_token - to: 2129601481 - format: markdown +kind: template +load: cuddle-empty-plan.yaml diff --git a/cuddle.yaml b/cuddle.yaml new file mode 100644 index 0000000..d2b0359 --- /dev/null +++ b/cuddle.yaml @@ -0,0 +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-empty-plan.git" + +vars: + service: "sqlite-clone" + registry: kasperhermansen + +please: + project: + owner: kjuulh + repository: "sqlite-clone" + branch: main + settings: + api_url: https://git.front.kjuulh.io +