2022-08-10 23:57:37 +02:00
|
|
|
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
2022-08-09 16:19:43 +02:00
|
|
|
|
|
|
|
base: "git@git.front.kjuulh.io:kjuulh/cuddle-base.git"
|
2022-08-10 23:57:37 +02:00
|
|
|
vars:
|
|
|
|
registry: "kasperhermansen"
|
2022-08-14 20:12:22 +02:00
|
|
|
port: "3000:3000"
|
2022-08-09 17:55:59 +02:00
|
|
|
|
|
|
|
scripts:
|
2022-08-10 22:54:58 +02:00
|
|
|
build_release:
|
|
|
|
type: shell
|
2022-08-11 01:05:47 +02:00
|
|
|
run_release:
|
|
|
|
type: shell
|
2022-08-14 20:30:09 +02:00
|
|
|
start_deployment:
|
|
|
|
type: shell
|
|
|
|
render_templates:
|
|
|
|
type: shell
|
2022-08-14 17:27:44 +02:00
|
|
|
deploy_release:
|
|
|
|
type: shell
|
2022-08-14 21:44:28 +02:00
|
|
|
setup_ssh:
|
|
|
|
type: shell
|
2022-08-20 23:54:50 +02:00
|
|
|
push_release:
|
|
|
|
type: shell
|