feat: with scripts

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-07-01 23:59:57 +02:00
parent dce4bf4e36
commit 2df5eb27ee
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -4,3 +4,22 @@ 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