cibus-backend/scripts/render_cibus_templates.sh
kjuulh 206b500c0f
All checks were successful
continuous-integration/drone Build is passing
with more commands
2022-08-14 20:46:17 +02:00

11 lines
334 B
Bash
Executable File

#!/bin/bash
set -e
deploymentrepo="$TMP/deployments"
CUDDLE_FETCH_POLICY=never cuddle_cli render_template \
--template-file "$TMP/.env.example.tmpl" \
--dest "$deploymentrepo/$SERVICE/env.example"