cibus-frontend/cuddle.yaml

28 lines
539 B
YAML
Raw Normal View History

2022-08-20 22:29:54 +02:00
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: false
vars:
service: "cibus-frontend"
2022-08-20 23:39:36 +02:00
registry: kasperhermansen
port: 3001:3001
2022-08-20 23:44:46 +02:00
deployments: "git@git.front.kjuulh.io:cibus/deployments.git"
2022-08-20 22:29:54 +02:00
scripts:
generate_graphql:
type: shell
2022-08-20 22:31:33 +02:00
download:
type: shell
2022-08-20 23:39:36 +02:00
build_release:
type: shell
setup_ssh:
type: shell
deploy_release:
type: shell
start_deployment:
type: shell
render_templates:
type: shell
2022-08-20 23:52:20 +02:00
push_release:
type: shell