26 lines
468 B
YAML
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
|
|
|