23 lines
461 B
YAML
23 lines
461 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-base.git"
|
|
vars:
|
|
registry: "kasperhermansen"
|
|
port: "3000:3000"
|
|
|
|
scripts:
|
|
build_release:
|
|
type: shell
|
|
run_release:
|
|
type: shell
|
|
start_deployment:
|
|
type: shell
|
|
render_templates:
|
|
type: shell
|
|
deploy_release:
|
|
type: shell
|
|
setup_ssh:
|
|
type: shell
|
|
push_release:
|
|
type: shell
|