kjuulh
0fc1438a4a
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
50 lines
861 B
YAML
50 lines
861 B
YAML
# 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-rust-cli-plan.git"
|
|
|
|
vars:
|
|
service: "cuddle-please"
|
|
registry: kasperhermansen
|
|
|
|
mkdocs_image: "squidfunk/mkdocs-material:9.1"
|
|
caddy_image: "caddy:2.7"
|
|
|
|
please:
|
|
project:
|
|
owner: kjuulh
|
|
repository: cuddle-please
|
|
branch: main
|
|
settings:
|
|
api_url: https://git.front.kjuulh.io
|
|
actions:
|
|
rust:
|
|
|
|
components:
|
|
packages:
|
|
debian:
|
|
dev:
|
|
- jq
|
|
- git
|
|
release:
|
|
- jq
|
|
- git
|
|
|
|
scripts:
|
|
"mkdocs:new":
|
|
type: shell
|
|
"mkdocs:dev":
|
|
type: shell
|
|
"mkdocs:build":
|
|
type: shell
|
|
"local:docker":
|
|
type: shell
|
|
"local:docker:docs":
|
|
type: shell
|
|
"ci:main":
|
|
type: shell
|
|
"ci:pr":
|
|
type: shell
|
|
"ci:release":
|
|
type: shell
|
|
|