cuddle-rust-service-plan/cuddle.yaml

26 lines
468 B
YAML
Raw Permalink Normal View History

2022-08-10 23:57:37 +02:00
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
2022-08-09 16:19:43 +02:00
base: "git@git.front.kjuulh.io:kjuulh/cuddle-base.git"
2022-08-10 23:57:37 +02:00
vars:
registry: "kasperhermansen"
2022-08-14 20:12:22 +02:00
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