cibus-frontend/cuddle.yaml
kjuulh 05a1670317
All checks were successful
continuous-integration/drone/push Build is passing
with push release
2022-08-20 23:52:20 +02:00

28 lines
539 B
YAML

# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: false
vars:
service: "cibus-frontend"
registry: kasperhermansen
port: 3001:3001
deployments: "git@git.front.kjuulh.io:cibus/deployments.git"
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