como/cuddle.yaml

34 lines
641 B
YAML
Raw Permalink Normal View History

2022-10-02 12:12:08 +02:00
# 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-rust-plan.git"
vars:
service: "como-backend"
deployments: "git@git.front.kjuulh.io:kjuulh/como-deployments.git"
bin_name: como_bin
2022-10-02 12:12:08 +02:00
scripts:
ci:
type: shell
2022-10-02 12:12:08 +02:00
render_como_templates:
type: shell
local_up:
type: shell
2022-10-03 22:08:25 +02:00
local_down:
type: shell
2022-10-02 12:12:08 +02:00
run_como:
type: shell
2022-10-03 22:08:25 +02:00
migrate_como:
type: shell
new_migration:
type: shell
args:
name:
type: "env"
key: "name"
"sqlx:prepare":
type: shell
"deploy":
type: shell