feat: with scripts
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
dce4bf4e36
commit
2df5eb27ee
19
cuddle.yaml
19
cuddle.yaml
@ -4,3 +4,22 @@ base: "git@git.front.kjuulh.io:kjuulh/cuddle-base.git"
|
|||||||
vars:
|
vars:
|
||||||
registry: "kasperhermansen"
|
registry: "kasperhermansen"
|
||||||
port: "3000:3000"
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user