beerday/cuddle.yaml

29 lines
534 B
YAML
Raw Permalink Normal View History

2022-08-26 08:18:13 +02:00
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: false
vars:
service: "beerday"
registry: kasperhermansen
2022-08-26 08:51:56 +02:00
port: 3002:3000
2022-08-26 08:39:00 +02:00
deployments: "git@git.front.kjuulh.io:kjuulh/deployments.git"
2022-08-26 08:18:13 +02:00
scripts:
generate_graphql:
type: shell
download:
type: shell
build_release:
type: shell
setup_ssh:
type: shell
deploy_release:
type: shell
start_deployment:
type: shell
render_templates:
type: shell
push_release:
type: shell