2023-07-28 21:32:37 +02:00
|
|
|
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
|
|
|
|
2023-08-01 22:54:26 +02:00
|
|
|
base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-cli-plan.git"
|
2023-07-28 21:32:37 +02:00
|
|
|
|
|
|
|
vars:
|
2023-07-29 15:29:36 +02:00
|
|
|
service: "cuddle-please"
|
2023-07-28 21:32:37 +02:00
|
|
|
registry: kasperhermansen
|
2023-08-03 16:09:45 +02:00
|
|
|
|
2023-07-28 22:07:07 +02:00
|
|
|
mkdocs_image: "squidfunk/mkdocs-material:9.1"
|
2023-08-03 16:09:45 +02:00
|
|
|
caddy_image: "caddy:2.7"
|
2023-07-28 21:32:37 +02:00
|
|
|
|
2023-08-01 17:53:50 +02:00
|
|
|
please:
|
|
|
|
project:
|
|
|
|
owner: kjuulh
|
|
|
|
repository: cuddle-please
|
|
|
|
branch: main
|
|
|
|
settings:
|
|
|
|
api_url: https://git.front.kjuulh.io
|
|
|
|
|
2023-07-28 22:07:07 +02:00
|
|
|
scripts:
|
|
|
|
"mkdocs:new":
|
|
|
|
type: shell
|
|
|
|
"mkdocs:dev":
|
|
|
|
type: shell
|
2023-08-02 14:24:43 +02:00
|
|
|
"mkdocs:build":
|
|
|
|
type: shell
|
2023-08-03 01:04:03 +02:00
|
|
|
"local:docker":
|
|
|
|
type: shell
|
2023-08-03 16:09:45 +02:00
|
|
|
"local:docker:docs":
|
|
|
|
type: shell
|
|
|
|
"ci:main":
|
|
|
|
type: shell
|
|
|
|
"ci:pr":
|
|
|
|
type: shell
|
|
|
|
"ci:release":
|
|
|
|
type: shell
|
2023-07-28 22:07:07 +02:00
|
|
|
|