como/scripts/render_como_templates.sh

11 lines
330 B
Bash
Raw Normal View History

2022-10-02 12:12:08 +02:00
#!/bin/bash
set -e
deploymentrepo="$TMP/deployments"
CUDDLE_FETCH_POLICY=never cuddle render_template \
2022-10-02 12:12:08 +02:00
--template-file "$TMP/.env.example.tmpl" \
--dest "$deploymentrepo/$SERVICE/env.example"