From 2df5eb27eed9aeb6bb347259b78417a4f3fe3896 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 1 Jul 2023 23:59:57 +0200 Subject: [PATCH] feat: with scripts Signed-off-by: kjuulh --- cuddle.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 +