From 4f47d6f186c1ca4e5d68de2119214e3e55ae087f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 12 Oct 2022 22:42:02 +0200 Subject: [PATCH] add scripts --- cuddle.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/cuddle.yaml b/cuddle.yaml index dd16e55..99f0ea6 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -7,3 +7,21 @@ vars: registry: kasperhermansen port: 3000:3000 deployments: "git@git.front.kjuulh.io:rawpotion/deployments.git" + +scripts: + generate_graphql: + type: shell + download: + type: shell + build_release: + type: shell + setup_ssh: + type: shell + deploy_release: + type: shell + start_deployment: + type: shell + render_templates: + type: shell + push_release: + type: shell