43 lines
732 B
YAML
43 lines
732 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-empty-plan.git"
|
|
|
|
vars:
|
|
service: "orbis"
|
|
registry: kasperhermansen
|
|
|
|
please:
|
|
project:
|
|
owner: kjuulh
|
|
repository: "orbis"
|
|
branch: main
|
|
settings:
|
|
api_url: https://git.front.kjuulh.io
|
|
|
|
scripts:
|
|
run:
|
|
type: shell
|
|
watch:
|
|
type: shell
|
|
test:
|
|
type: shell
|
|
local_up:
|
|
type: shell
|
|
local_down:
|
|
type: shell
|
|
ci:main:
|
|
type: shell
|
|
args:
|
|
version:
|
|
type: flag
|
|
name: version
|
|
required: false
|
|
|
|
publish:
|
|
type: shell
|
|
args:
|
|
version:
|
|
type: flag
|
|
name: version
|
|
required: true
|