cuddle-rust-service-plan/cuddle.yaml
kjuulh 2df5eb27ee
feat: with scripts
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-01 23:59:57 +02:00

26 lines
468 B
YAML

# 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-base.git"
vars:
registry: "kasperhermansen"
port: "3000:3000"
scripts:
local_down:
type: shell
local_up:
type: shell
run:
type: shell
migrate:
type: shell
new_migration:
type: shell
args:
name:
type: "env"
key: "name"
"sqlx:prepare":
type: shell