feat: update scripts to use new cuddle

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-10 14:35:03 +02:00
parent 88c7acd439
commit 3e5309e1e6
7 changed files with 52 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ set -e
deploymentrepo="$TMP/deployments"
CUDDLE_FETCH_POLICY=never cuddle_cli render_template \
CUDDLE_FETCH_POLICY=never cuddle render_template \
--template-file "$TMP/.env.example.tmpl" \
--dest "$deploymentrepo/$SERVICE/env.example"