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 +