diff --git a/cuddle.yaml b/cuddle.yaml index d652eee..3edb151 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -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 +